pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Remove -g from compilation flags.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8898ab4022a1
branches:  trunk
changeset: 484093:8898ab4022a1
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Nov 25 04:02:35 2004 +0000

description:
Remove -g from compilation flags.

diffstat:

 mail/postfix/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 93b86bc864a1 -r 8898ab4022a1 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Thu Nov 25 04:02:16 2004 +0000
+++ b/mail/postfix/Makefile     Thu Nov 25 04:02:35 2004 +0000
@@ -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 @@
 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        \



Home | Main Index | Thread Index | Old Index