mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
cd $PKG_BUILD
|
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
|
./configure --shared --prefix=/usr
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user