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
This commit is contained in:
psychon
2008-07-01 09:50:47 +00:00
parent e3683f204b
commit 34e62cd86a
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -2445,7 +2445,7 @@ appendLD () {
fi
}
appendCXX "-D_GNU_SOURCE -D_FORTIFY_SOURCE=2"
appendCXX "-D_FORTIFY_SOURCE=2"
case "${host_os}" in
freebsd*)

View File

@@ -39,7 +39,7 @@ appendLD () {
fi
}
appendCXX "-D_GNU_SOURCE -D_FORTIFY_SOURCE=2"
appendCXX "-D_FORTIFY_SOURCE=2"
case "${host_os}" in
freebsd*)