This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Jun 1999 17:46:13 +0000 (11:46 -0600)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 6 Jul 1999 11:00:21 +0000 (11:00 +0000)
Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>

p4raw-id: //depot/perl@3615

Makefile.SH

index 5d4164a..cf3372a 100644 (file)
@@ -55,7 +55,7 @@ true)
        sunos*)
                linklibperl="-lperl"
                ;;
-       netbsd*|freebsd[234]*)
+       netbsd*|freebsd[234]*|openbsd*)
                linklibperl="-L. -lperl"
                ;;
        aix*)