From b61d21c3e26361235678bb37edadae2fbad49c7c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 7 Mar 2014 19:07:12 +0100 Subject: [PATCH] postfix: changed to not export CCARGS and AUXLIBS at build time --- mail/postfix/postfix.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mail/postfix/postfix.conf b/mail/postfix/postfix.conf index 521b060c0..c2d1606e6 100644 --- a/mail/postfix/postfix.conf +++ b/mail/postfix/postfix.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../postfix/postfix.conf -# Copyright (C) 2008 - 2010 The OpenSDE Project +# Copyright (C) 2008 - 2014 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -33,9 +33,7 @@ pkg_postfix_premake() { var_append CCARGS ' ' "-DHAS_SSL -I$( pkgprefix includedir openssl )" var_append AUXLIBS ' ' "-L$( pkgprefix libdir openssl ) -lssl -lcrypto" } - export CCARGS - export AUXLIBS - $MAKE -f Makefile.init makefiles + $MAKE -f Makefile.init makefiles CCARGS="$CCARGS" AUXLIBS="$AUXLIBS" } pkg_postfix_inmake() {