perl/perl-5.8.1-fpic.patch

12 lines
391 B
Diff
Raw Normal View History

--- perl-5.8.1-RC4/Configure.fpic 2003-08-02 00:47:58.000000000 -0400
+++ perl-5.8.1-RC4/Configure 2003-08-02 00:50:08.000000000 -0400
@@ -7501,7 +7501,7 @@
;;
*) case "$osname" in
darwin) dflt='none' ;;
- svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
+ linux*|svr4*|esix*|solaris|nonstopux) dflt='-fPIC' ;;
*) dflt='-fpic' ;;
esac ;;
esac ;;