diff options
| author | mrg <mrg@NetBSD.org> | 2021-04-12 03:57:06 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2021-04-12 03:57:06 +0000 |
| commit | 5ecc38b7236cd6a0d40a1441d2594cec73dee14e (patch) | |
| tree | 8d706b7e4b9509aad5a8fc58b652c471ddf9d65c /external/ibm-public | |
| parent | 5916416707214c07752e1befae800486f6cc9d10 (diff) | |
use -fcommon where necessary.
Diffstat (limited to 'external/ibm-public')
| -rw-r--r-- | external/ibm-public/postfix/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/external/ibm-public/postfix/Makefile.inc b/external/ibm-public/postfix/Makefile.inc index efe0b06acb0..0b9791a06d8 100644 --- a/external/ibm-public/postfix/Makefile.inc +++ b/external/ibm-public/postfix/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.26 2020/11/12 17:53:43 nia Exp $ +# $NetBSD: Makefile.inc,v 1.27 2021/04/12 03:57:06 mrg Exp $ .include <bsd.own.mk> @@ -9,6 +9,9 @@ WARNS?= 0 PFIX_DISTDIR= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist +# Many issues need to be resolved. +COPTS+= -fcommon + CPPFLAGS+= -DNETBSD7 -DUSE_SASL_AUTH -DNO_EAI \ -I${DIST} \ -I${PFIX_DISTDIR}/src/dns -I${PFIX_DISTDIR}/src/global \ |
