git: 86a7787e324b - main - virtual_bt_speaker(8): Fix aarch64 build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Sep 2025 15:40:52 UTC
The branch main has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=86a7787e324b1524abfc434982bae9bf87ad7390
commit 86a7787e324b1524abfc434982bae9bf87ad7390
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-09-28 15:36:50 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-09-28 15:39:44 +0000
virtual_bt_speaker(8): Fix aarch64 build
Reported by: fuz, otis
Fixes: 9cab9fde5eda ("virtual_oss: Port to base")
Sponsored by: The FreeBSD Foundation
---
usr.sbin/virtual_oss/virtual_bt_speaker/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/virtual_oss/virtual_bt_speaker/Makefile b/usr.sbin/virtual_oss/virtual_bt_speaker/Makefile
index 5e4553e7a298..0f5fb2b4eb99 100644
--- a/usr.sbin/virtual_oss/virtual_bt_speaker/Makefile
+++ b/usr.sbin/virtual_oss/virtual_bt_speaker/Makefile
@@ -6,6 +6,6 @@ SRCS= bt_speaker.c
CFLAGS+= -I${SRCTOP}/usr.sbin/virtual_oss/virtual_oss \
-I${SRCTOP}/lib/virtual_oss/bt
-LDFLAGS+= -L${LIBDIR} -lm -lbluetooth -lsdp
+LDFLAGS+= -lm -lbluetooth -lsdp
.include <bsd.prog.mk>