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: 29-Dec-2006 20:32:52
Branch: HEAD Handle: 2006122919325200
Modified files:
openpkg-src/postgresql82
postgresql82.spec
Log:
modifying package: postgresql82-8.2.0 20061220 -> 20061229
Summary:
Revision Changes Path
1.11 +9 -3 openpkg-src/postgresql82/postgresql82.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql82/postgresql82.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 postgresql82.spec
--- openpkg-src/postgresql82/postgresql82.spec 20 Dec 2006 19:35:17
-0000 1.10
+++ openpkg-src/postgresql82/postgresql82.spec 29 Dec 2006 19:32:52
-0000 1.11
@@ -33,8 +33,8 @@
%define V_psqlodbc 08.02.0200
%define V_slony1 1.2.2
%define V_slony1_dir 1202
-%define V_pgcluster 1.7.0rc1
-%define V_pgcluster_dir 1186
+%define V_pgcluster 1.7.0rc2
+%define V_pgcluster_dir 1209
%define V_mysqlcompat 1.0b3
%define V_mysqlcompat_dir 548
@@ -49,7 +49,7 @@
Group: Database
License: GPL
Version: %{V_postgresql_base}.%{V_postgresql_pl}
-Release: 20061220
+Release: 20061229
# package options
%option with_server yes
@@ -252,6 +252,7 @@
export CFLAGS="%{l_cflags -O}"
export CPPFLAGS="%{l_cppflags readline}
-DOPENSSL_DISABLE_OLD_DES_SUPPORT"
export LDFLAGS="%{l_ldflags}"
+ export LIBS=""
%if "%{with_slony1}" == "yes"
CFLAGS="$CFLAGS -pthread"
%endif
@@ -263,6 +264,11 @@
CPPFLAGS="$CPPFLAGS %{l_cppflags kerberos}"
LDFLAGS="$LDFLAGS %{l_ldflags kerberos}"
%endif
+%if "%{with_pgcluster}" == "yes"
+ case "%{l_platform -t}" in
+ *-freebsd* ) LIBS="$LIBS -lcompat" ;;
+ esac
+%endif
export TAR="%{l_tar}"
export YACC="bison -y"
./configure \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]