OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Steffen Weinreich
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Mar-2008 22:41:38
Branch: HEAD Handle: 2008030721413800
Modified files:
openpkg-src/perl-dbi perl-dbi.spec
Log:
Fix for DBD::Pg build (ssl libs where missing in static linkage)
Summary:
Revision Changes Path
1.264 +3 -2 openpkg-src/perl-dbi/perl-dbi.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-dbi/perl-dbi.spec
============================================================================
$ cvs diff -u -r1.263 -r1.264 perl-dbi.spec
--- openpkg-src/perl-dbi/perl-dbi.spec 3 Mar 2008 19:53:27 -0000
1.263
+++ openpkg-src/perl-dbi/perl-dbi.spec 7 Mar 2008 21:41:38 -0000
1.264
@@ -54,7 +54,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20080303
+Release: 20080307
# package options
%option with_dbd_sqlite yes
@@ -318,7 +318,8 @@
%if "%{with_dbd_pgsql}" == "yes"
# build DBD::Pg
( cd DBD-Pg-%{V_dbd_pgsql}
- -e 's;-lpq;-lpq -lssl -lcrypto -lcrypt;' \
+ %{l_shtool} subst \
+ -e 's;POSTGRES_LIB -lpq;POSTGRES_LIB -lpq -lssl -lcrypto -lcrypt;'
\
Makefile.PL
POSTGRES_HOME=%{l_prefix}
POSTGRES_INCLUDE=%{l_prefix}/include/postgresql
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]