mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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 \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-static \
|
--disable-static \
|
||||||
--disable-shared \
|
--enable-shared \
|
||||||
--disable-thorough-tests \
|
--disable-thorough-tests \
|
||||||
--disable-cpplibs \
|
--disable-cpplibs \
|
||||||
--disable-xmms-plugin \
|
--disable-xmms-plugin \
|
||||||
@ -18,6 +18,4 @@ cd $PKG_BUILD
|
|||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
#$STRIP src/libFLAC/.libs/*.so*
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
$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