diff lib/zlib/zlib.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents eec0faf3636c
children
line wrap: on
line diff
--- a/lib/zlib/zlib.sh	Tue Apr 16 20:01:00 2019 +0200
+++ b/lib/zlib/zlib.sh	Sun Jun 23 15:13:10 2019 +0200
@@ -32,7 +32,7 @@
 	pushd $PKGNAME-$PKGVERSION
 
 	# custom configure script.
-	CC="$CC" CFLAGS="$CFLAGS" ./configure --prefix=/
+	CC="$CC" CFLAGS="$CFLAGS" ./configure --prefix=
 	make
 	make install DESTDIR=$DESTDIR
 	rm -f $DESTDIR/lib/libz.a