- build and install as shared lib
This commit is contained in:
Stephan Raue 2009-10-22 09:19:45 +02:00
parent 93f97d89f7
commit bc67aee014
2 changed files with 8 additions and 1 deletions

View File

@ -13,7 +13,8 @@ cd $PKG_BUILD
--disable-debug \
--enable-malloc \
--with-glib=no \
--disable-shared
--enable-shared \
--disable-static \
make

6
packages/other/fribidi/install Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib