From f2cac4ad2b981b658d9807c85184064c248fe1bd Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Wed, 9 Jun 2010 17:47:03 +0000 Subject: [PATCH] fix in make --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index fa468ec..74c4482 100755 --- a/configure.sh +++ b/configure.sh @@ -125,7 +125,7 @@ if [[ -z "$zlib_cflags" ]]; then echo "ZLIB_LFLAGS=../zlib/libz.a" >> config.make elif [ "$zlib_cflags" = "x" ]; then echo "ZLIB_CFLAGS=" >> config.make - echo "ZLIB_LFLAGS=-z" >> config.make + echo "ZLIB_LFLAGS=-lz" >> config.make else echo "ZLIB_CFLAGS=\$(shell $zlib_cflags)" >> config.make echo "ZLIB_LFLAGS=\$(shell $zlib_libs)" >> config.make