aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2025-09-03 12:12:19 +0000
committerBrooks Davis <brooks@FreeBSD.org>2025-09-03 12:12:19 +0000
commit9f670001410df3bea19d2d106bf5634ceb54d293 (patch)
treec9f79b5402ae31c4c8866d5d22373d02827286c4
parentd376524a5d311ddc2a5adee9aec34dd2e4c7a3b9 (diff)
tcpdump: drop no-op LBL_ALIGN macro
This macro was replaced by a collection of architecture ifdefs in tcpdump 4.99.4 so defining it does nothing. Fixes: 51a183021fce3 ("Import tcpdump 4.99.4") Reviewed by: jrm, emaste Differential Revision: https://reviews.freebsd.org/D52333
-rw-r--r--usr.sbin/tcpdump/tcpdump/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
index bfbe750c25be..b06e05ac8019 100644
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -197,9 +197,6 @@ CFLAGS+= -D_U_="__attribute__((unused))"
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6 -DHAVE_OS_IPV6_SUPPORT
.endif
-.if ${MACHINE_CPUARCH} != "i386"
-CFLAGS+= -DLBL_ALIGN
-.endif
LIBADD= pcap
.if ${MK_CASPER} != "no"