[Lunar-commits] <moonbase-other> bluez-5: It doesn't install a required header (/usr/include/bluetooth/mgmt.h)
Dennis Veatch
dennisveatch at bellsouth.net
Thu Aug 7 13:56:51 CEST 2014
commit b8eb8409fc4b92758e54d9fff0a94fb5b3dc31c7
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 07 Aug 2014 07:54:07 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/b8eb8409fc4b92758e54d9fff0a94fb5b3dc31c7
bluez-5: It doesn't install a required header (/usr/include/bluetooth/mgmt.h)
needed by the proposed libpcap version bump by florin.
---
bluetooth/bluez-5/BUILD | +4/-1
1 file changed, 4 insertions(+), 1 deletion(-)
--- a/bluetooth/bluez-5/BUILD
+++ b/bluetooth/bluez-5/BUILD
@@ -4,4 +4,7 @@
default_build &&
install profiles/*/*.conf /etc/bluetooth/ &&
- install src/main.conf /etc/bluetooth/
+ install src/main.conf /etc/bluetooth/ &&
+
+# Needed by libpcap
+ install lib/mgmt.h /usr/include/bluetooth
More information about the Lunar-commits
mailing list