Author: turnstep
Date: Mon Jul 28 20:51:23 2008
New Revision: 11607

Modified:
   DBD-Pg/trunk/Makefile.PL

Log:
Tweak for better Win32 compiling, thanks to T.J. Ferraro


Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Mon Jul 28 20:51:23 2008
@@ -210,7 +210,7 @@
 elsif ($os =~ /Win32/) {
        my $msdir = $POSTGRES_LIB;
        $msdir =~ s{"$}{/ms"};
-       $opts{LIBS}[0] .= " -L$msdir";
+       $opts{LIBS}[0] .= " -L$msdir -lsecur32";
 }
 
 if ($Config{dlsrc} =~ /dl_none/) {

Reply via email to