mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
zlib:
- build an static lib too, needed by plymouth-lite
This commit is contained in:
parent
3891da657c
commit
048ed3f31c
@ -5,6 +5,12 @@
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
make CC=$TARGET_CC AR="$TARGET_AR rc" RANLIB=$TARGET_RANLIB libz.a
|
||||
cp -PR libz.a $SYSROOT_PREFIX/usr/lib
|
||||
|
||||
make clean
|
||||
|
||||
./configure --shared --prefix=/usr
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user