summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-08-15 11:46:52 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-08-15 11:49:15 +0200
commit053c3730bc66ddac70d3d3e3a21f8eb4a4312f74 (patch)
tree05a08cdac28e9e396f0f23b776c88598713b4104 /dev-ml/core/files/glibc225.patch
parentdev-util/debhelper: Old. (diff)
downloadgentoo-053c3730bc66ddac70d3d3e3a21f8eb4a4312f74.tar.gz
gentoo-053c3730bc66ddac70d3d3e3a21f8eb4a4312f74.tar.bz2
gentoo-053c3730bc66ddac70d3d3e3a21f8eb4a4312f74.zip
dev-ml/core: convert to opam.eclass and add fix for glibc 2.25
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'dev-ml/core/files/glibc225.patch')
-rw-r--r--dev-ml/core/files/glibc225.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-ml/core/files/glibc225.patch b/dev-ml/core/files/glibc225.patch
new file mode 100644
index 000000000000..1dd96c8b7b4b
--- /dev/null
+++ b/dev-ml/core/files/glibc225.patch
@@ -0,0 +1,12 @@
+Index: core-0.9.1/src/unix_stubs.c
+===================================================================
+--- core-0.9.1.orig/src/unix_stubs.c
++++ core-0.9.1/src/unix_stubs.c
+@@ -40,6 +40,7 @@
+ #include <arpa/inet.h>
+ #include <netdb.h>
+ #include <ifaddrs.h>
++#include <sys/sysmacros.h>
+
+ #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
+ #define stat64 stat