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: 51a183021f ("Import tcpdump 4.99.4")
Reviewed by: jrm, emaste
Differential Revision: https://reviews.freebsd.org/D52333
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user