diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-07 15:10:34 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-07 15:10:34 (GMT) |
commit | d5ad4049ff57099d8e9c97eb5f0232d44fb97383 (patch) | |
tree | aeee1c898a9b7684ea465cfb2041578685e51d03 /abs/core/mkinitcpio-busybox/glibc-2.16.patch | |
parent | 631a68e34804625b64806f6dcec8091168d90302 (diff) | |
download | linhes_pkgbuild-d5ad4049ff57099d8e9c97eb5f0232d44fb97383.zip linhes_pkgbuild-d5ad4049ff57099d8e9c97eb5f0232d44fb97383.tar.gz linhes_pkgbuild-d5ad4049ff57099d8e9c97eb5f0232d44fb97383.tar.bz2 |
mkinitcpio {busybox}: 1.20.2
Diffstat (limited to 'abs/core/mkinitcpio-busybox/glibc-2.16.patch')
-rw-r--r-- | abs/core/mkinitcpio-busybox/glibc-2.16.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/mkinitcpio-busybox/glibc-2.16.patch b/abs/core/mkinitcpio-busybox/glibc-2.16.patch new file mode 100644 index 0000000..5e2fb4f --- /dev/null +++ b/abs/core/mkinitcpio-busybox/glibc-2.16.patch @@ -0,0 +1,10 @@ +--- a/include/libbb.h.orig 2012-09-17 08:28:35.215518120 -0400 ++++ b/include/libbb.h 2012-09-17 08:28:49.807212925 -0400 +@@ -44,6 +44,7 @@ + #include <sys/stat.h> + #include <sys/time.h> + #include <sys/types.h> ++#include <sys/resource.h> + #ifndef major + # include <sys/sysmacros.h> + #endif |