bluez: build with static librarys

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-06-03 21:40:07 +02:00
parent a0b214b861
commit 367d4ba969
2 changed files with 2 additions and 5 deletions

View File

@ -48,8 +48,8 @@ cd $PKG_BUILD
--localstatedir=/var \
--disable-dependency-tracking \
--disable-silent-rules \
--enable-shared \
--disable-static \
--disable-shared \
--enable-static \
--enable-optimization \
--enable-fortify \
--disable-pie \

View File

@ -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
# 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
mkdir -p $INSTALL/usr/lib/alsa
cp $PKG_BUILD/audio/.libs/*.so $INSTALL/usr/lib/alsa