diff --git a/security/audit/audit.conf b/security/audit/audit.conf index a8354b87c..8d5b51a56 100644 --- a/security/audit/audit.conf +++ b/security/audit/audit.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../audit/audit.conf -# Copyright (C) 2008 The OpenSDE Project +# Copyright (C) 2008 - 2011 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -27,4 +27,5 @@ if pkginstalled openldap; then var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir openldap )" fi -export CFLAGS LDFLAGS +var_insert configprefix ' ' "CFLAGS=\"$CFLAGS\"" +var_insert configprefix ' ' "LDFLAGS=\"$LDFLAGS\""