Make DB_File use -ldb on MSWin32 with a gcc compiler
authorDavid Golden <dagolden@cpan.org>
Wed, 21 Jan 2009 12:42:57 +0000 (12:42 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 21 Jan 2009 12:43:48 +0000 (12:43 +0000)
commit5079785043e4c6884f73006b0d2ec276d2121a4a
tree1ba497300755d5cb56b4d5ef9f90368a2f605313
parentdef18e4c9fd5eb589bbb50de256bb350e973ea47
Make DB_File use -ldb on MSWin32 with a gcc compiler

DB_File was forcing "-llibdb" for all MSWin32 builds.  That's an MSVC
thing, so this patch makes it use "-ldb" if the compiler is gcc (e.g.
for Strawberry Perl and friends).

Paul Marquess suggested I send a patch to p5p and will update the
source on CPAN when he has a dev box again.

Message-Id: <1232541093-2247-1-git-send-email-dagolden@cpan.org>

Plus: bump $VERSION.
ext/DB_File/DB_File.pm
ext/DB_File/Makefile.PL