[Lunar-commits] <moonbase> Subject: postfix: use CFLAGS etc. properly

Auke Kok sofar at foo-projects.org
Thu Sep 9 20:01:22 CEST 2010


commit 7c13c0ec9bb7b7187d4148f8e602eca9ebb99aec
Author: Auke Kok <sofar at foo-projects.org>
Date:   Thu Sep 9 20:01:22 2010 +0200

    Subject: postfix: use CFLAGS etc. properly
---
 mail/postfix/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/mail/postfix/BUILD b/mail/postfix/BUILD
index d0fe4bf..23c2025 100644
--- a/mail/postfix/BUILD
+++ b/mail/postfix/BUILD
@@ -10,6 +10,9 @@
   mkdir  -m1777 -p  /var/spool/mail  &&
   chown  mail:mail  /var/spool/mail  &&
 
+  AUXLIBS="$LDFLAGS" &&
+  CCARGS="$CFLAGS" &&
+
   if in_depends $MODULE openldap ; then
     AUXLIBS="-lldap -llber"
     CCARGS="-DHAS_LDAP"


More information about the Lunar-commits mailing list