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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user