The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / xinetd / 0004-configure-rlim_t.patch
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/xinetd/0004-configure-rlim_t.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/xinetd/0004-configure-rlim_t.patch
new file mode 100644 (file)
index 0000000..e1cb48a
--- /dev/null
@@ -0,0 +1,18 @@
+Have the configure script look for rlim_t in <sys/resource.h>
+
+That's where POSIX says it should be. Some libcs will include its
+definition via <sys/types.h> as well, but musl doesn't.
+
+Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
+
+--- xinetd-2.3.15.orig/configure       2007-09-20 16:58:27.000000000 +0200
++++ xinetd-2.3.15/configure    2014-09-16 17:20:22.787665449 +0200
+@@ -7909,7 +7909,7 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+-#include <sys/types.h>
++#include <sys/resource.h>
+ #if STDC_HEADERS
+ #include <stdlib.h>
+ #endif