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: 15-Oct-2006 11:45:34
Branch: HEAD Handle: 2006101510453400
Modified files:
openpkg-src/postgresql postgresql.spec
Log:
A few package fixes. Thanks to Michael Schloh.
Summary:
Revision Changes Path
1.207 +7 -1 openpkg-src/postgresql/postgresql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.206 -r1.207 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 13 Oct 2006 17:32:54 -0000
1.206
+++ openpkg-src/postgresql/postgresql.spec 15 Oct 2006 09:45:34 -0000
1.207
@@ -45,7 +45,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20061013
+Release: 20061015
# package options
%option with_server yes
@@ -181,8 +181,14 @@
-e 's;strerror_r(err, buf, sizeof(buf));strerror(err);g' \
libpqxx-%{V_libpqxx}/src/largeobject.cxx \
libpqxx-%{V_libpqxx}/configure
+ %{l_shtool} subst \
+ -e 's;\(strerror(err) ==\) -1;\1 (char *)-1;' \
+ libpqxx-%{V_libpqxx}/src/largeobject.cxx
;;
esac
+ %{l_shtool} subst \
+ -e 's;^function \(add_compiler_opts() {\);\1;' \
+ libpqxx-%{V_libpqxx}/configure
%endif
%if "%{with_perl}" == "yes"
%setup -q -T -D -a 3
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]