busybox: fix build by adding a missing <sys/resource.h> include

This patch is going to be in the next release: http://lists.busybox.net/pipermail/busybox/2012-May/077766.html
This commit is contained in:
Peter Simons
2012-11-21 16:31:32 +01:00
parent f67d5a9a39
commit 15e2bf6050
2 changed files with 15 additions and 0 deletions
@@ -44,6 +44,9 @@ stdenv.mkDerivation rec {
sha256 = "10k8kgrprll9hxfm9gc3jl7kkq79g6l2pygn5snqwqg5v80zy4zb";
};
# Remove this patch after the next busybox update.
patches = [ ./include-missing-sys-resource-header.patch ];
configurePhase = ''
make defconfig
${configParser}