diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 17:28:05 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 17:28:05 +0200 |
commit | 6a4ba5d3976f6d219400a46c634dd479bc5981a5 (patch) | |
tree | b9514fea0817906859843475fe8455070de25064 /lzo/B/generic | |
parent | 73d3b9c032eae2074726cd3668546af1c44a8323 (diff) |
Update lzo version
Diffstat (limited to 'lzo/B/generic')
-rw-r--r-- | lzo/B/generic/Makefile | 4 | ||||
-rwxr-xr-x | lzo/B/generic/build.sh | 4 | ||||
-rwxr-xr-x | lzo/B/generic/build_gcc.sh | 2 | ||||
-rwxr-xr-x | lzo/B/generic/clean.sh | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lzo/B/generic/Makefile b/lzo/B/generic/Makefile index 88caf3a..acddb04 100644 --- a/lzo/B/generic/Makefile +++ b/lzo/B/generic/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer +# Copyright (C) 1996-2011 Markus F.X.J. Oberhumer # # this is modelled after build.sh; needs GNU make 3.80 or better @@ -14,7 +14,7 @@ AR ?= ar CC ?= cc CFLAGS ?= -O -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 diff --git a/lzo/B/generic/build.sh b/lzo/B/generic/build.sh index 5456e05..1bf5585 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 diff --git a/lzo/B/generic/build_gcc.sh b/lzo/B/generic/build_gcc.sh index 3aaa4aa..179d8c0 100755 --- a/lzo/B/generic/build_gcc.sh +++ b/lzo/B/generic/build_gcc.sh @@ -10,7 +10,7 @@ UNAME_MACHINE=unknown CC="gcc -fPIC" CC="gcc -static" CC="gcc" -CFLAGS="-Wall -Wno-uninitialized -O2 -fomit-frame-pointer" +CFLAGS="-Wall -O2 -fomit-frame-pointer" # delete the next line to disable assembler support UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown diff --git a/lzo/B/generic/clean.sh b/lzo/B/generic/clean.sh index 0a946cc..11c2395 100755 --- a/lzo/B/generic/clean.sh +++ b/lzo/B/generic/clean.sh @@ -1,6 +1,6 @@ #! /bin/sh # vi:ts=4:et -# Copyright (C) 1996-2008 Markus F.X.J. Oberhumer +# Copyright (C) 1996-2011 Markus F.X.J. Oberhumer rm -f *.o liblzo2.a dict.out lzopack.out precomp.out precomp2.out simple.out lzotest.out testmini.out |