From 4ed2c2b7ca0c30b901956a5bfc25f5dd0d73e305 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 19 May 2011 21:42:32 +0200 Subject: [PATCH] audit: changed to not inject '-D_GNU_SOURCE' through CPPFLAGS anymore Note: This issue was fixed upstream. --- security/audit/audit.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/security/audit/audit.conf b/security/audit/audit.conf index 596773b7c..8d5b51a56 100644 --- a/security/audit/audit.conf +++ b/security/audit/audit.conf @@ -12,9 +12,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -# to get O_NOFOLLOW defined -var_append CPPFLAGS ' ' "-D_GNU_SOURCE" - # prelude support if pkginstalled libprelude; then pkgprefix -t libprelude @@ -30,6 +27,5 @@ if pkginstalled openldap; then var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir openldap )" fi -var_insert configprefix ' ' "CPPFLAGS=\"$CPPFLAGS\"" var_insert configprefix ' ' "CFLAGS=\"$CFLAGS\"" var_insert configprefix ' ' "LDFLAGS=\"$LDFLAGS\""