diff --git a/busybox-resource.patch b/busybox-resource.patch new file mode 100644 index 0000000..bcab138 --- /dev/null +++ b/busybox-resource.patch @@ -0,0 +1,12 @@ +Index: busybox-1.19.4/include/libbb.h +=================================================================== +--- busybox-1.19.4.orig/include/libbb.h ++++ busybox-1.19.4/include/libbb.h +@@ -35,6 +35,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/busybox-static.changes b/busybox-static.changes index 7851adb..8a78616 100644 --- a/busybox-static.changes +++ b/busybox-static.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 18 07:44:02 UTC 2012 - aj@suse.de + +- Add missing sys/resource include (glibc 2.16) + ------------------------------------------------------------------- Wed Jun 6 13:02:52 UTC 2012 - seife+obs@b1-systems.com diff --git a/busybox-static.spec b/busybox-static.spec index 3c2c1da..d3f8301 100644 --- a/busybox-static.spec +++ b/busybox-static.spec @@ -33,6 +33,7 @@ Patch99: busybox.uClibc-build-fix.patch Patch100: busybox.install.patch Patch101: busybox-1.18.3-libarchive.patch Patch102: busybox-1.19.4-ext2fs_h.diff +Patch103: busybox-resource.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: uClibc-devel @@ -53,6 +54,7 @@ counterparts. %patch100 -p1 %patch101 -p1 %patch102 -p1 +%patch103 -p1 %{__cp} -a %{S:1} docs/ %{__cp} -a %{S:2} .config find -name CVS | xargs rm -rf diff --git a/busybox.changes b/busybox.changes index b764997..0d95130 100644 --- a/busybox.changes +++ b/busybox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 18 07:43:58 UTC 2012 - aj@suse.de + +- Add missing sys/resource include (glibc 2.16) + ------------------------------------------------------------------- Wed Jun 6 13:02:52 UTC 2012 - seife+obs@b1-systems.com diff --git a/busybox.spec b/busybox.spec index cbfbaf9..b36e1dd 100644 --- a/busybox.spec +++ b/busybox.spec @@ -32,6 +32,7 @@ Source4: mkinitrd-boot.sh Patch100: busybox.install.patch Patch101: %{name}-1.18.3-libarchive.patch Patch102: busybox-1.19.4-ext2fs_h.diff +Patch103: busybox-resource.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -50,6 +51,7 @@ counterparts. %patch100 -p1 %patch101 -p1 %patch102 -p1 +%patch103 -p1 %{__cp} -a %{S:1} docs/ %{__cp} -a %{S:2} .config find -name CVS | xargs rm -rf