[Lunar-commits] <moonbase-other> bluez-5: adjusting the BUILD

Dennis Veatch dennisveatch at bellsouth.net
Mon Oct 20 22:32:06 CEST 2014


commit 536705cb24a6f846181fd478c0e8235b1282c404
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 20 Oct 2014 16:31:48 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/536705cb24a6f846181fd478c0e8235b1282c404

bluez-5: adjusting the BUILD
---
  bluetooth/bluez-5/BUILD | +7/-3     
  1 file changed, 7 insertions(+), 3 deletions(-)

--- a/bluetooth/bluez-5/BUILD
+++ b/bluetooth/bluez-5/BUILD
@@ -2,15 +2,19 @@
   mkdir -p /etc/bluetooth &&
 
   if in_depends $MODULE systemd ; then
-    OPTS+=" --enable-systemd --disable-udev --enable-library"
+    OPTS+=" --enable-systemd --disable-udev --enable-threads --enable-library"
    else
-    OPTS+=" --enable-udev --disable-systemd --enable-library"
+    OPTS+=" --enable-udev --disable-systemd --enable-threads --enable-library"
   fi &&
 
   default_build &&
 
-  install profiles/*/*.conf /etc/bluetooth/ &&
+#  install profiles/*/*.conf /etc/bluetooth/ &&
   install src/main.conf /etc/bluetooth/ &&
+  install attrib/gatttool /usr/bin &&
+  install tools/hex2hcd /usr/bin &&
+  install tools/btmgmt /usr/bin &&
+  install tools/bdaddr /usr/bin &&
 
 # Needed by libpcap
   install lib/mgmt.h /usr/include/bluetooth




More information about the Lunar-commits mailing list