git: ab0d79d53721 - releng/15.0 - libbluetooth: Move to the bluetooth-lib package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 07:07:19 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=ab0d79d5372194a1563b033cbc81dac4aba5ae09
commit ab0d79d5372194a1563b033cbc81dac4aba5ae09
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-12 15:28:20 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-13 07:06:47 +0000
libbluetooth: Move to the bluetooth-lib package
Move the library, but not any of the runtime. This allows executables
to link against libbluetooth without having to pull in the entire BT
stack.
Approved by: re (cperciva)
MFC after: 3 days
Reviewed by: dch, emaste
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53016
(cherry picked from commit 426891e0f8f1cfae0263ba81ea55f46c547d7762)
(cherry picked from commit dced18c7703d256a9975bb7143d107f0f07dfd17)
---
lib/libbluetooth/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile
index a6ac291a0bf8..b935bdf3fc78 100644
--- a/lib/libbluetooth/Makefile
+++ b/lib/libbluetooth/Makefile
@@ -1,6 +1,8 @@
# $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $
PACKAGE= bluetooth
+LIB_PACKAGE=
+
CONFS= hosts protocols
CONFSDIR= /etc/bluetooth
CONFSMODE_protocols= 444