git: 9f670001410d - main - tcpdump: drop no-op LBL_ALIGN macro
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Sep 2025 12:12:44 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=9f670001410df3bea19d2d106bf5634ceb54d293
commit 9f670001410df3bea19d2d106bf5634ceb54d293
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-09-03 12:12:19 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-09-03 12:12:19 +0000
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
---
usr.sbin/tcpdump/tcpdump/Makefile | 3 ---
1 file changed, 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"