summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/DB_File/hints
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/ext/DB_File/hints')
-rw-r--r--contrib/perl5/ext/DB_File/hints/dynixptx.pl3
-rw-r--r--contrib/perl5/ext/DB_File/hints/sco.pl2
2 files changed, 0 insertions, 5 deletions
diff --git a/contrib/perl5/ext/DB_File/hints/dynixptx.pl b/contrib/perl5/ext/DB_File/hints/dynixptx.pl
deleted file mode 100644
index bb5ffa5..0000000
--- a/contrib/perl5/ext/DB_File/hints/dynixptx.pl
+++ /dev/null
@@ -1,3 +0,0 @@
-# Need to add an extra '-lc' to the end to work around a DYNIX/ptx bug
-
-$self->{LIBS} = ['-lm -lc'];
diff --git a/contrib/perl5/ext/DB_File/hints/sco.pl b/contrib/perl5/ext/DB_File/hints/sco.pl
deleted file mode 100644
index ff60440..0000000
--- a/contrib/perl5/ext/DB_File/hints/sco.pl
+++ /dev/null
@@ -1,2 +0,0 @@
-# osr5 needs to explicitly link against libc to pull in some static symbols
-$self->{LIBS} = ['-ldb -lc'] if $Config{'osvers'} =~ '3\.2v5\.0\..' ;
OpenPOWER on IntegriCloud