- build as shared lib
This commit is contained in:
Stephan Raue 2009-10-10 01:34:32 +02:00
parent 32d0f4bffe
commit 907624aa08
2 changed files with 10 additions and 4 deletions

View File

@ -9,8 +9,8 @@ cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-static \
--disable-shared \
--disable-static \
--enable-shared \
--disable-thorough-tests \
--disable-cpplibs \
--disable-xmms-plugin \
@ -18,6 +18,4 @@ cd $PKG_BUILD
make
#$STRIP src/libFLAC/.libs/*.so*
$MAKEINSTALL

8
packages/audio/flac/install Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
. config/options
$SCRIPTS/install libogg
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/libFLAC/.libs/libFLAC.so* $INSTALL/usr/lib