aboutsummaryrefslogtreecommitdiff
path: root/comms/hcidump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hcidump/Makefile')
-rw-r--r--comms/hcidump/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile
index 2a03dcf455db..21aa927553b5 100644
--- a/comms/hcidump/Makefile
+++ b/comms/hcidump/Makefile
@@ -1,7 +1,6 @@
-# Created by: Pav Lucistnik <pav@FreeBSD.org>
-
PORTNAME= hcidump
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= comms sysutils
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
@@ -10,12 +9,14 @@ COMMENT= Bluetooth traffic dumper, similar to tcpdump
LICENSE= GPLv2
+BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ABS64 against local symbol in readonly segment
+
USES= uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}
-CFLAGS+= -DL2CAP_SOCKET_CHECKED=yes
+CFLAGS+= -DL2CAP_SOCKET_CHECKED=yes -fPIE
-PLIST_FILES= bin/hcidump man/man1/hcidump.1.gz
+PLIST_FILES= bin/hcidump share/man/man1/hcidump.1.gz
.include <bsd.port.mk>