Devrim devrim at lists.slony.info
Wed May 16 22:51:19 PDT 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv23852

Modified Files:
      Tag: REL_1_2_STABLE
	postgresql-slony1-engine.spec.in 
Log Message:
- Fix rpm build problem when the system has pg_config in both under
  /usr/local/pgsql/bin and /usr/bin



Index: postgresql-slony1-engine.spec.in
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/postgresql-slony1-engine.spec.in,v
retrieving revision 1.31.2.8
retrieving revision 1.31.2.9
diff -C2 -d -r1.31.2.8 -r1.31.2.9
*** postgresql-slony1-engine.spec.in	22 Mar 2007 20:41:27 -0000	1.31.2.8
--- postgresql-slony1-engine.spec.in	17 May 2007 05:51:17 -0000	1.31.2.9
***************
*** 60,64 ****
  CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
  export LIBNAME=%{_lib}
! ./configure --includedir %{_includedir}/pgsql \
  %if %perltools
          --with-perltools=%{_bindir} --with-toolsbin=%{_bindir} \
--- 60,64 ----
  CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
  export LIBNAME=%{_lib}
! ./configure --includedir %{_includedir}/pgsql --with_pgconfigdir=%{_bindir} \
  %if %perltools
          --with-perltools=%{_bindir} --with-toolsbin=%{_bindir} \
***************
*** 127,130 ****
--- 127,134 ----
  
  %changelog
+ * Thu May 17 2007 Devrim Gunduz <devrim at CommandPrompt.com>
+ - Fix rpm build problem when the system has pg_config in both under
+   /usr/local/pgsql/bin and /usr/bin
+ 
  * Wed Mar 22 2007 Christopher Browne <cbbrowne at ca.afilias.info>
  - Added more recent release notes



More information about the Slony1-commit mailing list