From bc67aee014a80a221a4100ea18b5f74f98df48a3 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Oct 2009 09:19:45 +0200 Subject: [PATCH] fribidi: - build and install as shared lib --- packages/other/fribidi/build | 3 ++- packages/other/fribidi/install | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 packages/other/fribidi/install diff --git a/packages/other/fribidi/build b/packages/other/fribidi/build index cd334fe204..8ed9ff14c6 100755 --- a/packages/other/fribidi/build +++ b/packages/other/fribidi/build @@ -13,7 +13,8 @@ cd $PKG_BUILD --disable-debug \ --enable-malloc \ --with-glib=no \ - --disable-shared + --enable-shared \ + --disable-static \ make diff --git a/packages/other/fribidi/install b/packages/other/fribidi/install new file mode 100755 index 0000000000..4c230bccf7 --- /dev/null +++ b/packages/other/fribidi/install @@ -0,0 +1,6 @@ +#!/bin/sh + +. config/options + +mkdir -p $INSTALL/usr/lib + cp $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib