mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
bluez: build with static librarys
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a0b214b861
commit
367d4ba969
@ -48,8 +48,8 @@ cd $PKG_BUILD
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--enable-shared \
|
--disable-shared \
|
||||||
--disable-static \
|
--enable-static \
|
||||||
--enable-optimization \
|
--enable-optimization \
|
||||||
--enable-fortify \
|
--enable-fortify \
|
||||||
--disable-pie \
|
--disable-pie \
|
||||||
|
@ -47,9 +47,6 @@ mkdir -p $INSTALL/lib/udev/rules.d
|
|||||||
# todo: cp $PKG_BUILD/scripts/97-bluetooth-hid2hci.rules $INSTALL/lib/udev/rules.d
|
# todo: cp $PKG_BUILD/scripts/97-bluetooth-hid2hci.rules $INSTALL/lib/udev/rules.d
|
||||||
# not needed: cp $PKG_BUILD/scripts/97-bluetooth-serial.rules $INSTALL/lib/udev/rules.d
|
# not needed: cp $PKG_BUILD/scripts/97-bluetooth-serial.rules $INSTALL/lib/udev/rules.d
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -P $PKG_BUILD/lib/.libs/libbluetooth.so* $INSTALL/usr/lib
|
|
||||||
|
|
||||||
if [ "$ALSA_SUPPORT" = yes ]; then
|
if [ "$ALSA_SUPPORT" = yes ]; then
|
||||||
mkdir -p $INSTALL/usr/lib/alsa
|
mkdir -p $INSTALL/usr/lib/alsa
|
||||||
cp $PKG_BUILD/audio/.libs/*.so $INSTALL/usr/lib/alsa
|
cp $PKG_BUILD/audio/.libs/*.so $INSTALL/usr/lib/alsa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user