mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libpng:
- build an static lib too, needed by plymouth-lite
This commit is contained in:
parent
912134564b
commit
3891da657c
@ -11,7 +11,7 @@ ac_cv_lib_z_zlibVersion=yes \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-static \
|
||||
--enable-shared \
|
||||
|
||||
$MAKE
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/.libs/libpng12.so* $INSTALL/usr/lib
|
||||
ln -sf libpng12.so.0 $INSTALL/usr/lib/libpng.so.3
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/.libs/libpng12.so* $INSTALL/usr/lib
|
||||
ln -sf libpng12.so.0 $INSTALL/usr/lib/libpng.so.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user