Revert "bluez: build with static librarys"

This reverts commit 367d4ba9691f6d8e8dc4e66df0ff5e221a4c9653.
This commit is contained in:
Stephan Raue 2013-06-09 16:47:50 +02:00
parent 97ce065cc5
commit 085290e7ef
2 changed files with 5 additions and 2 deletions

View File

@ -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 \

View File

@ -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