mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00: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:
parent
7c8c0eae8c
commit
1385e5f989
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user