diff options
| author | martin <martin@NetBSD.org> | 2021-01-08 13:00:49 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2021-01-08 13:00:49 +0000 |
| commit | 57af2d0c7843de49cbeb94bfef6e4ad37b00a878 (patch) | |
| tree | 61dc50e92f230f6bd70d91d95c1d086add8dadeb /external | |
| parent | ff7667e63cec0162ab4db7debf5f3b6134ab565c (diff) | |
Pull up following revision(s) (requested by simonb in ticket #1183):
external/bsd/ipf/Makefile.inc: revision 1.6
compat/exec.mk: revision 1.5
Use the compat machinery to build "native" IPF binaries as ipfilter
doesn't use compat32 64-bit alignment/size safe structures.
Fixes IPF on at least mips64.
Diffstat (limited to 'external')
| -rw-r--r-- | external/bsd/ipf/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/external/bsd/ipf/Makefile.inc b/external/bsd/ipf/Makefile.inc index 061153102b7..d67ca811443 100644 --- a/external/bsd/ipf/Makefile.inc +++ b/external/bsd/ipf/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 2017/01/11 12:19:43 joerg Exp $ +# $NetBSD: Makefile.inc,v 1.3.16.1 2021/01/08 13:00:49 martin Exp $ WARNS?= 1 # XXX -Wcast-qual -Wshadow CWARNFLAGS.clang+= -Wno-format -Wno-tautological-compare \ @@ -36,3 +36,5 @@ CLEANFILES+= y.tab.c y.tab.h ${UDIST}/lib \ ${UDIST}/tools \ ${UDIST}/man + +.include "../../compat/exec.mk" |
