1
0
Fork 0

Merging upstream version 1.6~rc2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-20 20:26:41 +01:00
parent a4778732b9
commit d81046a654
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
21 changed files with 947 additions and 1256 deletions

4
configure vendored
View file

@ -6,7 +6,7 @@
# to copy, distribute and modify it.
pkgname=lzlib
pkgversion=1.6-rc1
pkgversion=1.6-rc2
soversion=1
progname=minilzip
progname_static=${progname}
@ -78,7 +78,7 @@ while [ $# != 0 ] ; do
echo " (implies --enable-shared)"
echo " --enable-shared build also a shared library [disable]"
echo " --disable-ldconfig do not run ldconfig after install"
echo " CC=COMPILER C compiler to use [gcc]"
echo " CC=COMPILER C compiler to use [${CC}]"
echo " CPPFLAGS=OPTIONS command line options for the preprocessor [${CPPFLAGS}]"
echo " CFLAGS=OPTIONS command line options for the C compiler [${CFLAGS}]"
echo " LDFLAGS=OPTIONS command line options for the linker [${LDFLAGS}]"