summaryrefslogtreecommitdiff
path: root/ext/NDBM_File
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-06-24 16:27:42 +1000
committerTony Cook <tony@develop-help.com>2013-07-01 14:22:16 +1000
commitdc127417deebfc7fa7fe52b0b01d97bec81a6b86 (patch)
tree31df5f7f48b3eb35ab06a1276b1057df90ee2414 /ext/NDBM_File
parent80fc8b557b4e3802d42f1475a6dd0b684c7c0a66 (diff)
downloadperl-dc127417deebfc7fa7fe52b0b01d97bec81a6b86.tar.gz
[perl #71680] hints to use gdbm compat for [NO]DBM_File on Win32
Diffstat (limited to 'ext/NDBM_File')
-rw-r--r--ext/NDBM_File/hints/MSWin32.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/NDBM_File/hints/MSWin32.pl b/ext/NDBM_File/hints/MSWin32.pl
new file mode 100644
index 0000000000..9b2a5bbe44
--- /dev/null
+++ b/ext/NDBM_File/hints/MSWin32.pl
@@ -0,0 +1,2 @@
+# uses GDBM dbm compatibility feature
+$self->{LIBS} = ['-lgdbm_compat -lgdbm'];