OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Feb-2008 19:58:49
Branch: HEAD Handle: 2008021118584900
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
Log:
modifying package: perl-dbi-5.10.0 20080210 -> 20080211
Summary:
Revision Changes Path
1.255 +5 -5 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.254 -r1.255 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 10 Feb 2008 09:10:31 -0000
1.254
+++ openpkg-src/perl-dbi/perl-dbi.spec 11 Feb 2008 18:58:49 -0000
1.255
@@ -36,7 +36,7 @@
%define V_dbd_sprite 0.59
%define V_dbd_sqlite 1.14
%define V_dbd_mysql 4.006
-%define V_dbd_pgsql 1.49
+%define V_dbd_pgsql 2.0.0
%define V_dbd_oracle 1.20
%define V_dbd_sybase 1.08
%define V_dbd_odbc 1.15
@@ -54,7 +54,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20080210
+Release: 20080211
# package options
%option with_dbd_sqlite yes
@@ -318,12 +318,12 @@
%if "%{with_dbd_pgsql}" == "yes"
# build DBD::Pg
( cd DBD-Pg-%{V_dbd_pgsql}
- %{l_shtool} subst \
- -e 's;/include;/include/postgresql;' \
-e 's;-lpq;-lpq -lssl -lcrypto -lcrypt;' \
Makefile.PL
POSTGRES_HOME=%{l_prefix}
- export POSTGRES_HOME
+ POSTGRES_INCLUDE=%{l_prefix}/include/postgresql
+ POSTGRES_LIB=%{l_prefix}/lib
+ export POSTGRES_HOME POSTGRES_INCLUDE POSTGRES_LIB
%{l_prefix}/bin/perl-openpkg configure build install
) || exit $?
%endif
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]