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: 07-Oct-2006 12:12:19
Branch: HEAD Handle: 2006100711121900
Modified files:
openpkg-src/postgresql postgresql.spec
Log:
the boolean expressions in the RDF index and the handling of those
conditions in the build tool do not support arguments othan 'yes' or
'no' -- at least not for with_xxx which are used in %if expressions
Summary:
Revision Changes Path
1.203 +1 -1 openpkg-src/postgresql/postgresql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.202 -r1.203 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 7 Oct 2006 10:07:38 -0000
1.202
+++ openpkg-src/postgresql/postgresql.spec 7 Oct 2006 10:12:19 -0000
1.203
@@ -59,7 +59,7 @@
%option with_kerberos no
%option with_mysqlcompat no
%option with_int_datetime no
-%option with_setproctitle auto
+%option with_setproctitle no
# list of sources
Source0:
ftp://ftp.postgresql.org/pub/source/v%{V_postgresql}/postgresql-%{V_postgresql}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]