mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Revert "bluez: build with static librarys"
This reverts commit 367d4ba9691f6d8e8dc4e66df0ff5e221a4c9653.
This commit is contained in:
parent
97ce065cc5
commit
085290e7ef
@ -48,8 +48,8 @@ cd $PKG_BUILD
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
--disable-silent-rules \
|
--disable-silent-rules \
|
||||||
--disable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--disable-static \
|
||||||
--enable-optimization \
|
--enable-optimization \
|
||||||
--enable-fortify \
|
--enable-fortify \
|
||||||
--disable-pie \
|
--disable-pie \
|
||||||
|
@ -47,6 +47,9 @@ 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