summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2014-12-24 21:09:02 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2014-12-24 21:09:02 +0100
commitcced55d2e366f8ccb0884e747f32c32c1b538989 (patch)
tree457625636a6ce9f47643484ffdd1f3beaaf3282d /Configure
parentd274ee9d7b1765ee3032fac39cbc2e77b0d2f194 (diff)
downloadperl-cced55d2e366f8ccb0884e747f32c32c1b538989.tar.gz
Perl 5 on Haiku - libperl.so not found installing out of standard location
Patch by Leon, checked by Dan Collins
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/Configure b/Configure
index c37ba52ae8..7f91d7df62 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}\""