SHA256
1
0
forked from pool/busybox

Accepting request 128187 from home:a_jaeger:FactoryFix

Add missing sys/resource include (glibc 2.16) (fixed changes entry)

OBS-URL: https://build.opensuse.org/request/show/128187
OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=22
This commit is contained in:
Marcus Meissner 2012-07-18 16:11:10 +00:00 committed by Git OBS Bridge
parent 5c474ed224
commit 3bfdc5d399
5 changed files with 26 additions and 0 deletions

12
busybox-resource.patch Normal file
View File

@ -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 <sys/poll.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
+#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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