In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/ae195500577d707783662f4eac70c9edabbb970a?hp=1284d2c34d8ce8dead280c0d849b6cc826c124bb>

- Log -----------------------------------------------------------------
commit ae195500577d707783662f4eac70c9edabbb970a
Author: H.Merijn Brand <[email protected]>
Date:   Sun Sep 2 11:00:16 2018 +0200

    Add gcc-8 and gcc-9 for FORTIFY_SOURCE

-----------------------------------------------------------------------

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index 0194d7f434..127583c72e 100755
--- a/Configure
+++ b/Configure
@@ -22959,7 +22959,7 @@ fi
 
 : add -D_FORTIFY_SOURCE if feasible and not already there
 case "$gccversion" in
-[4567].*)      case "$optimize$ccflags" in
+[456789].*)    case "$optimize$ccflags" in
        *-O*)   case "$ccflags$cppsymbols" in
                *_FORTIFY_SOURCE=*) # Don't add it again.
                        echo "You seem to have -D_FORTIFY_SOURCE already, not 
adding it." >&4

-- 
Perl5 Master Repository

Reply via email to