From 048ed3f31c52b05ccc5aaa6fd4bebe17e8b4af6e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 Sep 2009 14:11:47 +0200 Subject: [PATCH] zlib: - build an static lib too, needed by plymouth-lite --- packages/other/zlib/build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/other/zlib/build b/packages/other/zlib/build index b645ddacff..30707e293a 100755 --- a/packages/other/zlib/build +++ b/packages/other/zlib/build @@ -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