mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user