diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 21:42:07 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 21:42:07 +0200 |
commit | 21c3e54010129b504891e1786bf425d89328c969 (patch) | |
tree | 2e3eba26f5f0fa454188e1b52c7cab3761c4f208 /lzo/B/generic/build.sh | |
parent | d4a1b52faa85df4446560a48c6bcc57f016e0c3c (diff) | |
parent | b42eacfa8da0a642d629714f188cc0fc4c7e601a (diff) |
Merge
Diffstat (limited to 'lzo/B/generic/build.sh')
-rwxr-xr-x | lzo/B/generic/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lzo/B/generic/build.sh b/lzo/B/generic/build.sh index 5456e056..1bf5585b 100755 --- a/lzo/B/generic/build.sh +++ b/lzo/B/generic/build.sh @@ -1,7 +1,7 @@ #! /bin/sh # vi:ts=4:et set -e -echo "// Copyright (C) 1996-2008 Markus F.X.J. Oberhumer" +echo "// Copyright (C) 1996-2011 Markus F.X.J. Oberhumer" echo "//" echo "// Generic Posix/Unix system" echo "// Generic C compiler" @@ -15,7 +15,7 @@ test "X${CFLAGS+set}" = Xset || CFLAGS="-O" # LZO_EXTRA_CPPFLAGS, LZO_EXTRA_CFLAGS, LZO_EXTRA_LDFLAGS # LZO_EXTRA_SOURCES, LZO_EXTRA_OBJECTS, LZO_EXTRA_LIBS -CFI="-I${top_srcdir}/include -I${top_srcdir}" +CFI="-I${top_srcdir}/include -I${top_srcdir} -I${top_srcdir}/src" BNAME=lzo2 BLIB=lib${BNAME}.a |