rpms/busybox/devel busybox-1.10.1-headers.patch, NONE, 1.1 busybox.spec, 1.78, 1.79

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Fri May 9 10:24:28 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/busybox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9766

Modified Files:
	busybox.spec 
Added Files:
	busybox-1.10.1-headers.patch 
Log Message:
add headers patch


busybox-1.10.1-headers.patch:

--- NEW FILE busybox-1.10.1-headers.patch ---
diff -up busybox-1.10.1/networking/tcpudp.c.pom busybox-1.10.1/networking/tcpudp.c
--- busybox-1.10.1/networking/tcpudp.c.pom	2008-04-19 06:03:13.000000000 +0200
+++ busybox-1.10.1/networking/tcpudp.c	2008-05-09 12:18:53.000000000 +0200
@@ -32,6 +32,10 @@
 #include "libbb.h"
 /* Wants <limits.h> etc, thus included after libbb.h: */
 #include <linux/netfilter_ipv4.h>
+#include <linux/types.h> 
+#include <netinet/in.h> 
+#define u_int32_t __u32 
+
 
 // TODO: move into this file:
 #include "tcpudp_perhost.h"


Index: busybox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/busybox/devel/busybox.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- busybox.spec	9 May 2008 09:27:17 -0000	1.78
+++ busybox.spec	9 May 2008 10:23:48 -0000	1.79
@@ -15,6 +15,7 @@
 Patch13: busybox-1.5.1-clean.patch
 Patch14: busybox-1.9.0-msh.patch
 Patch16: busybox-1.10.1-hwclock.patch
+Patch17: busybox-1.10.1-headers.patch
 URL: http://www.busybox.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  
 BuildRequires: libselinux-devel >= 1.27.7-2
@@ -58,6 +59,7 @@
 %patch12 -b .ls -p1
 %patch14 -b .msh -p1
 %patch16 -b .ia64 -p1
+%patch17 -b .header .p1
 
 %build
 # create static busybox - the executable is kept as busybox-static




More information about the fedora-extras-commits mailing list