diff options
author | Tony Cook <tony@develop-help.com> | 2013-06-24 16:27:42 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-07-01 14:22:16 +1000 |
commit | dc127417deebfc7fa7fe52b0b01d97bec81a6b86 (patch) | |
tree | 31df5f7f48b3eb35ab06a1276b1057df90ee2414 /ext | |
parent | 80fc8b557b4e3802d42f1475a6dd0b684c7c0a66 (diff) | |
download | perl-dc127417deebfc7fa7fe52b0b01d97bec81a6b86.tar.gz |
[perl #71680] hints to use gdbm compat for [NO]DBM_File on Win32
Diffstat (limited to 'ext')
-rw-r--r-- | ext/NDBM_File/hints/MSWin32.pl | 2 | ||||
-rw-r--r-- | ext/ODBM_File/hints/MSWin32.pl | 2 |
2 files changed, 4 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']; diff --git a/ext/ODBM_File/hints/MSWin32.pl b/ext/ODBM_File/hints/MSWin32.pl new file mode 100644 index 0000000000..9b2a5bbe44 --- /dev/null +++ b/ext/ODBM_File/hints/MSWin32.pl @@ -0,0 +1,2 @@ +# uses GDBM dbm compatibility feature +$self->{LIBS} = ['-lgdbm_compat -lgdbm']; |