- build an static lib too, needed by plymouth-lite
This commit is contained in:
Stephan Raue 2009-09-28 14:11:47 +02:00
parent 3891da657c
commit 048ed3f31c

View File

@ -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