This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #134360) --sysroot apparently needs the = 58/head
authorTony Cook <tony@develop-help.com>
Mon, 26 Aug 2019 04:49:52 +0000 (14:49 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 26 Aug 2019 04:49:52 +0000 (14:49 +1000)
See: https://rt.perl.org/Ticket/Display.html?id=134360

U/perl/dlsrc.U

index 7a0c776..8480b71 100644 (file)
@@ -279,7 +279,7 @@ EOM
        if $test "X$sysroot" != X; then
            case "$gccversion" in
                '') ;;
-               *)  dflt="$dflt --sysroot $sysroot" ;;
+               *)  dflt="$dflt --sysroot=$sysroot" ;;
            esac
        fi