summaryrefslogtreecommitdiff
path: root/ext/DB_File
diff options
context:
space:
mode:
authorMike Hopkirk <hops@sco.com>1999-10-12 13:16:04 -0700
committerJarkko Hietaniemi <jhi@iki.fi>1999-10-13 06:57:16 +0000
commit3ccca2394923c5443046ae9323377eaeee3abd6c (patch)
tree1e450d85e8fa9bf9ae0ee3807716e62c6dc23d9b /ext/DB_File
parent1209ba901e0b2880eea69ad70613848af5543517 (diff)
downloadperl-3ccca2394923c5443046ae9323377eaeee3abd6c.tar.gz
Add DB_File hint for SCO ODT.
To: perl5-porters@perl.org Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> p4raw-id: //depot/cfgperl@4362
Diffstat (limited to 'ext/DB_File')
-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\..' ;