summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2002-09-11 07:44:12 -0600
committerH.Merijn Brand <h.m.brand@xs4all.nl>2002-11-26 08:44:39 +0000
commit32b2ae027534ad371a7b2219e0afd4bc2c6d07c1 (patch)
tree568895d9641976f8ff4ae2fc92ba4d45e4091dff /Configure
parentc87488a3b7c8c0bba72aa340df335df1fbbabb60 (diff)
downloadperl-32b2ae027534ad371a7b2219e0afd4bc2c6d07c1.tar.gz
#17171: ld flag for shrplib on OpenBSD
From: "Todd C. Miller" <Todd.Miller at courtesan.com> p4raw-id: //depot/perl@18182
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index 9ee6249ec5..97ea4b3fbf 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Nov 21 16:01:03 MET 2002 [metaconfig 3.0 PL70]
+# Generated on Tue Nov 26 10:51:37 MET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -7958,7 +7958,7 @@ if "$useshrplib"; then
solaris)
xxx="-R $shrpdir"
;;
- freebsd|netbsd)
+ freebsd|netbsd|openbsd)
xxx="-Wl,-R$shrpdir"
;;
bsdos|linux|irix*|dec_osf)