summaryrefslogtreecommitdiff
path: root/ext/ODBM_File/hints/svr4.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ODBM_File/hints/svr4.pl')
-rw-r--r--ext/ODBM_File/hints/svr4.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ODBM_File/hints/svr4.pl b/ext/ODBM_File/hints/svr4.pl
new file mode 100644
index 0000000000..04d40e045a
--- /dev/null
+++ b/ext/ODBM_File/hints/svr4.pl
@@ -0,0 +1,4 @@
+# Some SVR4 systems may need to link against routines in -lucb for
+# odbm. Some may also need to link against -lc to pick up things like
+# ecvt.
+$att{LIBS} = ['-ldbm -lucb -lc'];