* [gentoo-commits] repo/gentoo:master commit in: sys-apps/makedev/files/
@ 2016-04-19 7:04 Mike Frysinger
0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2016-04-19 7:04 UTC (permalink / raw
To: gentoo-commits
commit: 02610590f422a7e1e1cdf41e47d5e1d661ee9377
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 07:04:00 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 07:04:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02610590
sys-apps/makedev: fix build w/newer glibc #580500
| 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
--git a/sys-apps/makedev/files/makedev-3.23.1-headers.patch b/sys-apps/makedev/files/makedev-3.23.1-headers.patch
index fac3fb1..981a80b 100644
--- a/sys-apps/makedev/files/makedev-3.23.1-headers.patch
+++ b/sys-apps/makedev/files/makedev-3.23.1-headers.patch
@@ -1,7 +1,7 @@
http://bugs.gentoo.org/339674
---- a/MAKEDEV-3.23/sel.h
-+++ b/MAKEDEV-3.23/sel.h
+--- a/sel.h
++++ b/sel.h
@@ -18,6 +18,7 @@
*/
@@ -10,3 +10,16 @@ http://bugs.gentoo.org/339674
#include <selinux/selinux.h>
static char secontextname[PATH_MAX + 2];
static char secontextflag[PATH_MAX + 7];
+
+https://bugs.gentoo.org/580500
+
+--- a/MAKEDEV.c
++++ b/MAKEDEV.c
+@@ -17,6 +17,7 @@
+ *
+ */
+
++#include <sys/sysmacros.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <sys/socket.h>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-19 7:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19 7:04 [gentoo-commits] repo/gentoo:master commit in: sys-apps/makedev/files/ Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox