mirror of
https://github.com/znc/znc.git
synced 2026-05-03 12:02:30 +02:00
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:
2
configure
vendored
2
configure
vendored
@@ -2445,7 +2445,7 @@ appendLD () {
|
||||
fi
|
||||
}
|
||||
|
||||
appendCXX "-D_GNU_SOURCE -D_FORTIFY_SOURCE=2"
|
||||
appendCXX "-D_FORTIFY_SOURCE=2"
|
||||
|
||||
case "${host_os}" in
|
||||
freebsd*)
|
||||
|
||||
@@ -39,7 +39,7 @@ appendLD () {
|
||||
fi
|
||||
}
|
||||
|
||||
appendCXX "-D_GNU_SOURCE -D_FORTIFY_SOURCE=2"
|
||||
appendCXX "-D_FORTIFY_SOURCE=2"
|
||||
|
||||
case "${host_os}" in
|
||||
freebsd*)
|
||||
|
||||
Reference in New Issue
Block a user