Skip to content

Commit ae19550

Browse files
author
H.Merijn Brand
committed
Add gcc-8 and gcc-9 for FORTIFY_SOURCE
1 parent 1284d2c commit ae19550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -22959,7 +22959,7 @@ fi
2295922959

2296022960
: add -D_FORTIFY_SOURCE if feasible and not already there
2296122961
case "$gccversion" in
22962-
[4567].*) case "$optimize$ccflags" in
22962+
[456789].*) case "$optimize$ccflags" in
2296322963
*-O*) case "$ccflags$cppsymbols" in
2296422964
*_FORTIFY_SOURCE=*) # Don't add it again.
2296522965
echo "You seem to have -D_FORTIFY_SOURCE already, not adding it." >&4

0 commit comments

Comments
 (0)