summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-14 18:15:11 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-14 18:15:11 +0000
commitca415e26af613508020b075b8e32bbfac1f0074a (patch)
tree83f991f4a4c42120940f15ebf5e39eb769ab1d9e /ext
parent0cdb207790df717da1f7d2136f6b268baceb3494 (diff)
parent73b437c8b23cd73848b265b0c5a0c71d47dc6532 (diff)
downloadperl-ca415e26af613508020b075b8e32bbfac1f0074a.tar.gz
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4377
Diffstat (limited to 'ext')
-rw-r--r--ext/DB_File/hints/sco.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/DB_File/hints/sco.pl b/ext/DB_File/hints/sco.pl
new file mode 100644
index 0000000000..ff60440949
--- /dev/null
+++ b/ext/DB_File/hints/sco.pl
@@ -0,0 +1,2 @@
+# osr5 needs to explicitly link against libc to pull in some static symbols
+$self->{LIBS} = ['-ldb -lc'] if $Config{'osvers'} =~ '3\.2v5\.0\..' ;