summaryrefslogtreecommitdiff
path: root/src/template/linux
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/linux')
-rw-r--r--src/template/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/linux b/src/template/linux
index dfb391ea54..ecb7ba4bab 100644
--- a/src/template/linux
+++ b/src/template/linux
@@ -1,2 +1,2 @@
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
-CPPFLAGS="-D_GNU_SOURCE"
+CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"