5428068224
hcidump has now been merged with the main BlueZ distribution, so the version number reflects that release hcidump is moved from sbin to bin (and man section 8 -> 1) TCP/IP server mode was removed parsing added for SAP and SMP profiles, and A2MP signals
17 lines
347 B
Text
17 lines
347 B
Text
$NetBSD: patch-lib_Makefile,v 1.6 2014/12/30 08:39:13 plunky Exp $
|
|
|
|
Though we only require a minimal part of the library,
|
|
build a libbt.a to avoid filename conflicts
|
|
|
|
--- lib/Makefile.orig 2014-12-28 13:02:11.000000000 +0000
|
|
+++ lib/Makefile
|
|
@@ -0,0 +1,9 @@
|
|
+#
|
|
+
|
|
+LIBISPRIVATE= yes
|
|
+
|
|
+LIB= bt
|
|
+
|
|
+SRCS= bluetooth.c hci.c
|
|
+
|
|
+.include <bsd.lib.mk>
|