diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-25 04:02:35 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-25 04:02:35 +0000 |
commit | 1639662bf2e5994a092af341a6e852afc7298418 (patch) | |
tree | 42cb185e647019674487fea53ef69e862556efa8 /mail | |
parent | 2c3d38a4f6a8b8879c63a6c61e4b149662380b4d (diff) | |
download | pkgsrc-1639662bf2e5994a092af341a6e852afc7298418.tar.gz |
Remove -g from compilation flags.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index e9490280628..93d2c70d6cf 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2004/09/23 16:10:07 martti Exp $ +# $NetBSD: Makefile,v 1.151 2004/11/25 04:02:35 xtraeme Exp $ DISTNAME= postfix-2.1.5 CATEGORIES= mail @@ -110,6 +110,8 @@ MAKE_DIRS+= ${SASLLIBDIR} CONF_FILES+= ${EXAMPLEDIR}/smtpd.conf ${SASLLIBDIR}/smtpd.conf .endif +MAKE_ENV+= DEBUG= # empty + do-configure: cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE} -f Makefile.init makefiles \ |