In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cced55d2e366f8ccb0884e747f32c32c1b538989?hp=d274ee9d7b1765ee3032fac39cbc2e77b0d2f194>

- Log -----------------------------------------------------------------
commit cced55d2e366f8ccb0884e747f32c32c1b538989
Author: H.Merijn Brand <[email protected]>
Date:   Wed Dec 24 21:09:02 2014 +0100

    Perl 5 on Haiku - libperl.so not found installing out of standard location
    
    Patch by Leon, checked by Dan Collins
-----------------------------------------------------------------------

Summary of changes:
 Configure | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Configure b/Configure
index c37ba52..7f91d7d 100755
--- a/Configure
+++ b/Configure
@@ -8734,12 +8734,9 @@ if "$useshrplib"; then
        freebsd|mirbsd|netbsd|openbsd|interix|dragonfly|bitrig)
                xxx="-Wl,-R$shrpdir"
                ;;
-       bsdos|linux|irix*|dec_osf|gnu*)
+       bsdos|linux|irix*|dec_osf|gnu*|haiku)
                xxx="-Wl,-rpath,$shrpdir"
                ;;
-       haiku)
-               # Haiku doesn't like the default, either.
-               ;;
        hpux*)
                # hpux doesn't like the default, either.
                tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""

--
Perl5 Master Repository

Reply via email to