This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
#17171: ld flag for shrplib on OpenBSD
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 11 Sep 2002 13:44:12 +0000 (07:44 -0600)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 26 Nov 2002 08:40:39 +0000 (08:40 +0000)
From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>

p4raw-id: //depot/metaconfig@18181

U/perl/libperl.U

index 3868d46..132cad7 100644 (file)
@@ -212,7 +212,7 @@ if "$useshrplib"; then
        solaris)
                xxx="-R $shrpdir"
                ;;
-       freebsd|netbsd)
+       freebsd|netbsd|openbsd)
                xxx="-Wl,-R$shrpdir"
                ;;
        bsdos|linux|irix*|dec_osf)