SPECS: pg_filedump.spec - configure postgresql so we get config.h ...
arekm
arekm at pld-linux.org
Mon Feb 18 09:27:26 CET 2008
Author: arekm Date: Mon Feb 18 08:27:26 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- configure postgresql so we get config.h up to date
---- Files affected:
SPECS:
pg_filedump.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/pg_filedump.spec
diff -u SPECS/pg_filedump.spec:1.1 SPECS/pg_filedump.spec:1.2
--- SPECS/pg_filedump.spec:1.1 Mon Feb 18 09:16:39 2008
+++ SPECS/pg_filedump.spec Mon Feb 18 09:27:20 2008
@@ -23,6 +23,10 @@
%setup -q -a1
%build
+cd postgresql-%{pg_version} || exit 1
+./configure
+cd ..
+
%{__make} \
CC="%{__cc}" \
CFLAGS="%{rpmcflags}" \
@@ -49,6 +53,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008-02-18 08:27:20 arekm
+- configure postgresql so we get config.h up to date
+
Revision 1.1 2008-02-18 08:16:39 arekm
- initial
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pg_filedump.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list