rpms/haproxy/F-8 haproxy-gcc43-compat.patch, NONE, 1.1 haproxy.spec, 1.6, 1.7

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Sun Mar 16 07:34:43 UTC 2008


Author: jjh

Update of /cvs/pkgs/rpms/haproxy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8787

Modified Files:
	haproxy.spec 
Added Files:
	haproxy-gcc43-compat.patch 
Log Message:
add missing gcc43 patch

haproxy-gcc43-compat.patch:

--- NEW FILE haproxy-gcc43-compat.patch ---
diff -ru haproxy-1.3.14.2.orig/include/common/compat.h haproxy-1.3.14.2/include/common/compat.h
--- haproxy-1.3.14.2.orig/include/common/compat.h       2008-01-20 16:06:34.000000000 -0700
+++ haproxy-1.3.14.2/include/common/compat.h    2008-02-26 08:47:47.000000000 -0700
@@ -35,6 +35,7 @@
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <common/config.h>
+#include <common/standard.h>
 
 /* INTBITS
  * how many bits are needed to code the size of an int on the target platform.
@@ -63,6 +64,8 @@
 #endif
 
 #if defined(TPROXY) && defined(NETFILTER)
+#include <linux/types.h>
+#include <linux/netfilter_ipv6.h>
 #include <linux/netfilter_ipv4.h>
 #endif



Index: haproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/F-8/haproxy.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- haproxy.spec	16 Mar 2008 07:25:50 -0000	1.6
+++ haproxy.spec	16 Mar 2008 07:34:09 -0000	1.7
@@ -122,6 +122,9 @@
 
 
 %changelog
+* Sun Mar 16 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.3-2
+* add gcc 4.3 patch
+
 * Sun Mar 16 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.14.3-1
 - update to 1.3.14.3
 




More information about the fedora-extras-commits mailing list