From 34e62cd86a9effb6e4579f94ee7db158903bf19e Mon Sep 17 00:00:00 2001 From: psychon Date: Tue, 1 Jul 2008 09:50:47 +0000 Subject: [PATCH] Remove -D_GNU_SOURCE from our CXXFLAGS This flag was there since the very first version of ZNC and it doesn't seem to be needed. Thanks to sohalt (Alexander Graf) for testing this. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1110 726aef4b-f618-498e-8847-2d620e286838 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9fa7068f..172225fe 100755 --- a/configure +++ b/configure @@ -2445,7 +2445,7 @@ appendLD () { fi } -appendCXX "-D_GNU_SOURCE -D_FORTIFY_SOURCE=2" +appendCXX "-D_FORTIFY_SOURCE=2" case "${host_os}" in freebsd*) diff --git a/configure.in b/configure.in index 48c1d1d8..72191e2e 100644 --- a/configure.in +++ b/configure.in @@ -39,7 +39,7 @@ appendLD () { fi } -appendCXX "-D_GNU_SOURCE -D_FORTIFY_SOURCE=2" +appendCXX "-D_FORTIFY_SOURCE=2" case "${host_os}" in freebsd*)