summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-03-16 20:14:31 +0000
committermarkm <markm@FreeBSD.org>2002-03-16 20:14:31 +0000
commitdf2204f4cdf3fa64a0b2d36a33a3094944c9c4ab (patch)
tree1a8c861937509eca308e49c4f8940a22a169caf0 /contrib/perl5/ext/POSIX
parentb878a8b4fc512ca76116a7012802d385208857c3 (diff)
parente624907b04b90475ab8fb7b93c15320db1969c09 (diff)
downloadFreeBSD-src-df2204f4cdf3fa64a0b2d36a33a3094944c9c4ab.zip
FreeBSD-src-df2204f4cdf3fa64a0b2d36a33a3094944c9c4ab.tar.gz
This commit was generated by cvs2svn to compensate for changes in r92444,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/perl5/ext/POSIX')
-rw-r--r--contrib/perl5/ext/POSIX/hints/svr4.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/perl5/ext/POSIX/hints/svr4.pl b/contrib/perl5/ext/POSIX/hints/svr4.pl
new file mode 100644
index 0000000..07f2cb0
--- /dev/null
+++ b/contrib/perl5/ext/POSIX/hints/svr4.pl
@@ -0,0 +1,12 @@
+# NCR MP-RAS. Thanks to Doug Hendricks for this info.
+# Configure sets osname=svr4.0, osvers=3.0, archname='3441-svr4.0'
+# This system needs to explicitly link against -lmw to pull in some
+# symbols such as _mwoflocheckl and possibly others.
+# A. Dougherty Thu Dec 7 11:55:28 EST 2000
+if ($Config{'archname'} =~ /3441-svr4/) {
+ $self->{LIBS} = ['-lm -posix -lcposix -lmw'];
+}
+# Not sure what OS this one is.
+elsif ($Config{archname} =~ /RM\d\d\d-svr4/) {
+ $self->{LIBS} = ['-lm -lc -lposix -lcposix'];
+}
OpenPOWER on IntegriCloud