rpms/haproxy/EL-4 haproxy.spec,1.2,1.3

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Fri Sep 21 19:58:19 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/haproxy/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28847

Modified Files:
	haproxy.spec 
Log Message:
update build flags for pcre.h


Index: haproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/EL-4/haproxy.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- haproxy.spec	21 Sep 2007 19:30:24 -0000	1.2
+++ haproxy.spec	21 Sep 2007 19:57:47 -0000	1.3
@@ -6,7 +6,7 @@
 
 Name:           haproxy
 Version:        1.3.12.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 
 Group:          System Environment/Daemons
@@ -44,8 +44,8 @@
 
 %build
 # No configure script is present, it is all done via make flags
-# FC 7 is linux 2.6 so using linux26 as target.
-make %{?_smp_mflags} CPU="generic" TARGET="linux26" REGEX="pcre" ADDINC="%{optflags}"
+# pcre on EL-4 is in /usr/include/pcre not /usr/include
+make %{?_smp_mflags} CPU="generic" TARGET="linux26" REGEX="pcre" ADDINC="%{optflags} -I/usr/include/pcre"
 
 
 %install
@@ -116,6 +116,9 @@
 
 
 %changelog
+* Fri Sep 21 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 1.3.12.2-4
+* update compile flags for different location of pcre.h on EL-4
+
 * Fri Sep 21 2007 Jeremy Hinegardner <jeremy at hinegardner.org> - 1.3.12.2-3
 - added pcre as Requires dependency
 




More information about the scm-commits mailing list