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 index 0e65ed4..f06cd61 100644 --- 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 @@ -38,7 +38,7 @@ index 2f30261..825496e 100755 @@ -8294,7 +8295,7 @@ if "$useshrplib"; then xxx="-Wl,-R$shrpdir" ;; - bsdos|linux|irix*|dec_osf|gnu*) + bsdos|linux|irix*|dec_osf|gnu*|haiku) - xxx="-Wl,-rpath,$shrpdir" + # We want standard path ;; diff --git a/perl-5.20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch b/perl-5.20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch index c800bf8..6c0fb9f 100644 --- a/perl-5.20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch +++ b/perl-5.20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch @@ -29,15 +29,6 @@ diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 55ad01a..63b5916 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL -@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; - use Config; - use strict; - --our $VERSION = "1.20_03"; -+our $VERSION = "1.20_04"; - - my %err = (); - @@ -225,20 +225,31 @@ sub write_errno_pm { { # BeOS (support now removed) did not enter this block # invoke CPP and read the output