From bbd2a6e275fd7efa3d58dd563100c32017702c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 2 Jul 2013 09:46:43 +0200 Subject: [PATCH] Install libperl.so to -Dshrpdir value --- ...stall-libperl.so-to-shrpdir-on-Linux.patch | 62 +++++++++++++++++++ perl.spec | 6 ++ 2 files changed, 68 insertions(+) create mode 100644 perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch diff --git a/perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch b/perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch new file mode 100644 index 0000000..0e65ed4 --- /dev/null +++ b/perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch @@ -0,0 +1,62 @@ +From 9644657c410326749fd321d9c24944ec25afad2f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Thu, 20 Jun 2013 15:22:53 +0200 +Subject: [PATCH] Install libperl.so to shrpdir on Linux +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr Písař +--- + Configure | 7 ++++--- + Makefile.SH | 2 +- + 2 files changed, 5 insertions(+), 4 deletions(-) + +diff --git a/Configure b/Configure +index 2f30261..825496e 100755 +--- a/Configure ++++ b/Configure +@@ -8249,7 +8249,9 @@ esac + + # Detect old use of shrpdir via undocumented Configure -Dshrpdir + case "$shrpdir" in +-'') ;; ++'') ++shrpdir=$archlibexp/CORE ++;; + *) $cat >&4 <