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 49bb1012fb
commit 358c23f5ee
2 changed files with 2 additions and 5 deletions

View File

@ -43,8 +43,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-library \ --enable-library \
--enable-usb \ --enable-usb \
--disable-udev \ --disable-udev \

View File

@ -29,9 +29,6 @@ mkdir -p $INSTALL/usr/lib/bluetooth
cp $PKG_BUILD/src/bluetoothd $INSTALL/usr/lib/bluetooth cp $PKG_BUILD/src/bluetoothd $INSTALL/usr/lib/bluetooth
cp $PKG_BUILD/obexd/src/obexd $INSTALL/usr/lib/bluetooth cp $PKG_BUILD/obexd/src/obexd $INSTALL/usr/lib/bluetooth
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/lib/.libs/libbluetooth.so* $INSTALL/usr/lib
# client # client
mkdir -p $INSTALL/usr/bin mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/client/bluetoothctl $INSTALL/usr/bin cp $PKG_BUILD/client/bluetoothctl $INSTALL/usr/bin