zlib: dont hardcode libdir, will be hardcoded in pkgconfig files too which is very bad

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-12 19:17:11 +01:00
parent 7c8c0eae8c
commit 1385e5f989

View File

@ -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