summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch')
-rw-r--r--sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch b/sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch
new file mode 100644
index 000000000000..73ffd0614c69
--- /dev/null
+++ b/sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch
@@ -0,0 +1,13 @@
+Fix building with glibc-2.16
+
+https://bugs.gentoo.org/show_bug.cgi?id=432012
+--- a/mcp/pacemaker.h
++++ b/mcp/pacemaker.h
+@@ -21,6 +21,7 @@
+ #include <sys/param.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
++#include <sys/resource.h>
+
+ #include <stdint.h>
+