From 341ce1bc8387c6cfd155d6978a7f236cee0f3aa7 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 22 Mar 2011 15:25:27 +0100 Subject: [PATCH] auditd: changed to use $configprefix for injecting additional {C,LD}FLAGS instead of doing an export --- security/audit/audit.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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\""