summaryrefslogtreecommitdiff
path: root/lang/perl5/patches
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2014-05-10 13:39:57 +0000
committerrichard <richard@pkgsrc.org>2014-05-10 13:39:57 +0000
commitb5f0452eec2a7d9ce2a2203c14e779f9608234ef (patch)
tree7875cbcd0849e6eaaeb0f9f9be3dcb85ce84e4a9 /lang/perl5/patches
parent85416165cafeb0be8105c0a2d810be174bf05860 (diff)
downloadpkgsrc-b5f0452eec2a7d9ce2a2203c14e779f9608234ef.tar.gz
Put back -fstack-protector on solaris in perl after libtool fix.
Diffstat (limited to 'lang/perl5/patches')
-rw-r--r--lang/perl5/patches/patch-ca18
1 files changed, 2 insertions, 16 deletions
diff --git a/lang/perl5/patches/patch-ca b/lang/perl5/patches/patch-ca
index 17ed9dc615f..d8bb2ef7904 100644
--- a/lang/perl5/patches/patch-ca
+++ b/lang/perl5/patches/patch-ca
@@ -1,11 +1,9 @@
-$NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $
+$NetBSD: patch-ca,v 1.19 2014/05/10 13:39:57 richard Exp $
* Use "uname -r" to get OS version for *BSD.
* Move $loclibpth to the end of $dlist, instead of the beginning.
-* Disable -fstack-protector on SunOS
-
* Several other changes.
--- Configure.orig 2014-01-06 22:46:42.000000000 +0000
@@ -82,18 +80,6 @@ $NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $
: Which makefile gets called first. This is used by make depend.
case "$firstmakefile" in
-@@ -5119,8 +5123,10 @@ default|recommended)
- # as that way the compiler can do the right implementation dependant
- # thing. (NWC)
- case "$gccversion" in
-- ?*) set stack-protector -fstack-protector
-+ ?*) if test "X$osname" != "Xsolaris"; then
-+ set stack-protector -fstack-protector
- eval $checkccflag
-+ fi
- ;;
- esac
- ;;
@@ -6486,7 +6492,9 @@ rp='Pathname for the site-specific libra
. ./getfile
prefixvar=sitelib
@@ -140,7 +126,7 @@ $NetBSD: patch-ca,v 1.18 2014/03/14 22:41:10 ryoon Exp $
solaris) # See [perl #66604]. On Solaris 11, gcc -m64 on amd64
# appears not to understand -G. gcc versions at
# least as old as 3.4.3 support -shared, so just
-@@ -8347,7 +8367,7 @@ if "$useshrplib"; then
+@@ -8347,7 +8361,7 @@ if "$useshrplib"; then
# next doesn't like the default...
;;
haiku)