CVS User Account cvsuser
Tue Oct 25 22:30:16 PDT 2005
Log Message:
-----------

Modify CPPFLAGS and CFLAGS to fix builds on RHEL -- Per Philip Yarra

Modified Files:
--------------
    slony1-engine:
        postgresql-slony1-engine.spec.in (r1.24 -> r1.25)
    slony1-engine/redhat:
        slony-I.specfile (r1.2 -> r1.3)

-------------- next part --------------
Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -Lpostgresql-slony1-engine.spec.in -Lpostgresql-slony1-engine.spec.in -u -w -r1.24 -r1.25
--- postgresql-slony1-engine.spec.in
+++ postgresql-slony1-engine.spec.in
@@ -50,8 +50,8 @@
 %build
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
-CPPFLAGS="${CPPFLAGS} -I%{_includedir}/et" ; export CPPFLAGS
-CFLAGS="${CFLAGS} -I%{_includedir}/et" ; export CFLAGS
+CPPFLAGS="${CPPFLAGS} -I%{_includedir}/et -I/usr/kerberos/include" ; export CPPFLAGS
+CFLAGS="${CFLAGS} -I%{_includedir}/et -I/usr/kerberos/include" ; export CFLAGS
 
 # Strip out -ffast-math from CFLAGS....
 
@@ -121,6 +121,9 @@
 %endif
 
 %changelog
+* Wed Oct 26 2005 Devrim Gunduz <devrim at PostgreSQL.org> postgresql-slony1-engine
+- Modify CPPFLAGS and CFLAGS to fix builds on RHEL -- Per Philip Yarra
+
 * Tue Oct 18 2005 Devrim Gunduz <devrim at PostgreSQL.org> postgresql-slony1-engine
 - Created a new package : -docs and moved all the docs there.
 
Index: slony-I.specfile
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/redhat/slony-I.specfile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lredhat/slony-I.specfile -Lredhat/slony-I.specfile -u -w -r1.2 -r1.3
--- redhat/slony-I.specfile
+++ redhat/slony-I.specfile
@@ -51,8 +51,8 @@
 %build
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS
-CPPFLAGS="${CPPFLAGS} -I%{_includedir}/et" ; export CPPFLAGS
-CFLAGS="${CFLAGS} -I%{_includedir}/et" ; export CFLAGS
+CPPFLAGS="${CPPFLAGS} -I%{_includedir}/et -I/usr/kerberos/include" ; export CPPFLAGS
+CFLAGS="${CFLAGS} -I%{_includedir}/et -I/usr/kerberos/include" ; export CFLAGS
 
 # Strip out -ffast-math from CFLAGS....
 
@@ -123,6 +123,9 @@
 %endif
 
 %changelog
+* Wed Oct 26 2005 Devrim Gunduz <devrim at PostgreSQL.org> postgresql-slony1-engine
+- Modify CPPFLAGS and CFLAGS to fix builds on RHEL -- Per Philip Yarra
+
 * Tue Oct 18 2005 Devrim Gunduz <devrim at PostgreSQL.org> postgresql-slony1-engine
 - Created a new package : -docs and moved all the docs there.
 - Fixed the problem in http://gborg.postgresql.org/pipermail/slony1-general/2005-October/003105.html


More information about the Slony1-commit mailing list