From 1385e5f989f0809b94265352fdfe34d36e498204 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 12 Jan 2011 19:17:11 +0100 Subject: [PATCH] zlib: dont hardcode libdir, will be hardcoded in pkgconfig files too which is very bad Signed-off-by: Stephan Raue --- packages/compress/zlib/build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/compress/zlib/build b/packages/compress/zlib/build index fcfcf6221a..b29656bb95 100755 --- a/packages/compress/zlib/build +++ b/packages/compress/zlib/build @@ -23,10 +23,7 @@ . config/options $1 cd $PKG_BUILD -./configure --prefix=/usr \ - --libdir=/usr/lib \ - --includedir=/usr/include \ - --shared +./configure --prefix=/usr --shared make