Browse Source

auditd: changed to use $configprefix for injecting additional {C,LD}FLAGS instead of doing an export

stable/0.2
Christian Wiese 15 years ago
parent
commit
341ce1bc83
  1. 5
      security/audit/audit.conf

5
security/audit/audit.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../audit/audit.conf # 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. # 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 )" var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir openldap )"
fi fi
export CFLAGS LDFLAGS var_insert configprefix ' ' "CFLAGS=\"$CFLAGS\""
var_insert configprefix ' ' "LDFLAGS=\"$LDFLAGS\""

Loading…
Cancel
Save