mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
flac:
- build as shared lib
This commit is contained in:
parent
32d0f4bffe
commit
907624aa08
@ -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
8
packages/audio/flac/install
Executable 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
|
Loading…
x
Reference in New Issue
Block a user