Date: Wed, 3 Sep 2025 12:12:44 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9f670001410d - main - tcpdump: drop no-op LBL_ALIGN macro Message-ID: <202509031212.583CCise041565@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509031212.583CCise041565>