diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-14 18:15:11 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-14 18:15:11 +0000 |
commit | ca415e26af613508020b075b8e32bbfac1f0074a (patch) | |
tree | 83f991f4a4c42120940f15ebf5e39eb769ab1d9e /ext | |
parent | 0cdb207790df717da1f7d2136f6b268baceb3494 (diff) | |
parent | 73b437c8b23cd73848b265b0c5a0c71d47dc6532 (diff) | |
download | perl-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.pl | 2 |
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\..' ; |