From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sysvinit/files/, sys-apps/sysvinit/
Date: Mon, 7 Mar 2016 19:05:35 +0000 (UTC) [thread overview]
Message-ID: <1457377527.b7d42b062eeeeeac45e00d2186f3b2c6acc4b784.vapier@gentoo> (raw)
commit: b7d42b062eeeeeac45e00d2186f3b2c6acc4b784
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 7 19:05:18 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 19:05:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d42b06
sys-apps/sysvinit: fix building w/newer glibc
sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch | 12 ++++++++++++
sys-apps/sysvinit/sysvinit-2.88-r9.ebuild | 1 +
2 files changed, 13 insertions(+)
diff --git a/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch b/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch
new file mode 100644
index 0000000..efbe47a
--- /dev/null
+++ b/sys-apps/sysvinit/files/sysvinit-2.88-sysmacros.patch
@@ -0,0 +1,12 @@
+Newer C libraries omit this include from sys/types.h.
+
+--- a/src/bootlogd.c
++++ b/src/bootlogd.c
+@@ -32,6 +32,7 @@
+ *
+ */
+
++#include <sys/sysmacros.h>
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include <sys/stat.h>
diff --git a/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild b/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild
index a6b30a3..d2bad7b 100644
--- a/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild
+++ b/sys-apps/sysvinit/sysvinit-2.88-r9.ebuild
@@ -33,6 +33,7 @@ PATCHES=(
"${FILESDIR}/${P}-makefile.patch" #319197
"${FILESDIR}/${P}-selinux.patch" #326697
"${FILESDIR}/${P}-shutdown-h.patch" #449354
+ "${FILESDIR}/${PN}-2.88-sysmacros.patch"
)
src_prepare() {
next reply other threads:[~2016-03-07 19:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 19:05 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-26 21:27 [gentoo-commits] repo/gentoo:master commit in: sys-apps/sysvinit/files/, sys-apps/sysvinit/ Mike Gilbert
2023-07-27 13:50 Mike Gilbert
2022-10-28 19:53 Sam James
2022-08-24 3:16 Sam James
2022-04-13 22:54 Sam James
2022-04-13 1:58 Sam James
2021-05-24 11:36 David Seifert
2021-02-22 7:56 Lars Wendler
2021-02-22 7:56 Lars Wendler
2019-08-17 18:38 William Hubbs
2019-05-26 16:08 Lars Wendler
2019-01-28 0:53 Lars Wendler
2016-02-03 15:13 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457377527.b7d42b062eeeeeac45e00d2186f3b2c6acc4b784.vapier@gentoo \
--to=vapier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox