Author: turnstep
Date: Wed Feb 20 16:30:20 2008
New Revision: 10813

Modified:
   DBD-Pg/trunk/Changes
   DBD-Pg/trunk/Makefile.PL

Log:
Checking POSTGRES_LIB = bad, may have multiple arguments.


Modified: DBD-Pg/trunk/Changes
==============================================================================
--- DBD-Pg/trunk/Changes        (original)
+++ DBD-Pg/trunk/Changes        Wed Feb 20 16:30:20 2008
@@ -4,13 +4,17 @@
 
        - Introduced enhanced trace flags [GSM]
 
+2.1.3 Released February 20, 2008
+
+       - Do not check POSTGRES_LIB, if may have -lssl flag.
+
 2.1.2 Released February 19, 2008
 
        - Do not build if environment variables POSTGRES_HOME, POSTGRES_LIB, 
                or POSTGRES_INCLUDE are set but not valid.
        - Fix dependency requirements, especially version.pm
 
-2.1.1
+2.1.1 Released February 19, 2008
 
        - Better URLs to cpan.org resources.
 

Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Wed Feb 20 16:30:20 2008
@@ -62,7 +62,7 @@
 print "OS: $os\n";
 
 my $baddir;
-for my $d (qw/HOME INCLUDE LIB/) {
+for my $d (qw/HOME INCLUDE/) {
        next if ! exists $ENV{"POSTGRES_$d"};
        if (! -d $ENV{"POSTGRES_$d"}) {
                printf "The environment variable %s points to a non-existent 
directory: %s\n",

Reply via email to