This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too
authorTom Callaway <perlbug-followup@perl.org>
Thu, 22 Feb 2007 14:56:24 +0000 (06:56 -0800)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 9 Mar 2007 17:53:39 +0000 (17:53 +0000)
From: Tom Callaway (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-18680-1172184984-1237.41589-75-0@perl.org>

p4raw-id: //depot/metaconfig@30526

U/perl/dlsrc.U

index 998e5af..7d119ba 100644 (file)
@@ -136,7 +136,7 @@ EOM
                        ;;
                *)  case "$osname" in
                        darwin) dflt='none' ;;
-                       svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
+                       linux*|svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
                        *)      dflt='-fpic' ;;
                    esac ;;
            esac ;;