summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2011-01-23 10:17:39 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2011-01-23 10:17:39 +0100
commitc5f63f38b0ae222873c4deed7d506d491e9bc3a8 (patch)
tree43dcc957ea92f7d5f5133e8ab14add1a0cab66ae /Configure
parentc73c6da1065241a5be68ecb08e80fff00318c361 (diff)
downloadperl-c5f63f38b0ae222873c4deed7d506d491e9bc3a8.tar.gz
From: Benny Siegert <bsiegert@gmail.com>
Date: Thu, 20 Jan 2011 19:27:04 +0100 Subject: [PATCH] MirBSD: fix rpath for shared libperl If you build perl with a shared libperl.so on MirBSD (the default config), it will work up to the installation; however, once installed, it will be unable to find libperl. Treat rpath handling like in the other BSD dialects. Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index d8fb7320cc..28be3dab67 100755
--- a/Configure
+++ b/Configure
@@ -28,7 +28,7 @@
# See Porting/pumpkin.pod for more information on metaconfig.
#
-# Generated on Fri Jan 7 14:18:56 CET 2011 [metaconfig 3.5 PL0]
+# Generated on Sun Jan 23 10:14:12 CET 2011 [metaconfig 3.5 PL0]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -8326,7 +8326,7 @@ if "$useshrplib"; then
solaris)
xxx="-R $shrpdir"
;;
- freebsd|netbsd|openbsd|interix|dragonfly)
+ freebsd|mirbsd|netbsd|openbsd|interix|dragonfly)
xxx="-Wl,-R$shrpdir"
;;
bsdos|linux|irix*|dec_osf|gnu*)