sys-apps/openrc: Fix build on uclibc-ng
authorWilliam Hubbs <williamh@gentoo.org>
Tue, 1 May 2018 21:18:27 +0000 (16:18 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Tue, 1 May 2018 21:19:07 +0000 (16:19 -0500)
Bug: https://bugs.gentoo.org/show_bug.cgi?id=650908
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-apps/openrc/files/openrc-0.35.5-Add-_POSIX_C_SOURCE-definition-to-Linux-build.patch [new file with mode: 0644]
sys-apps/openrc/openrc-0.35.5.ebuild

diff --git a/sys-apps/openrc/files/openrc-0.35.5-Add-_POSIX_C_SOURCE-definition-to-Linux-build.patch b/sys-apps/openrc/files/openrc-0.35.5-Add-_POSIX_C_SOURCE-definition-to-Linux-build.patch
new file mode 100644 (file)
index 0000000..b547fe2
--- /dev/null
@@ -0,0 +1,29 @@
+From f4e2142089487b7f5c99da949d7bf8d038724df7 Mon Sep 17 00:00:00 2001
+From: William Hubbs <w.d.hubbs@gmail.com>
+Date: Tue, 1 May 2018 13:28:57 -0500
+Subject: [PATCH] Add _POSIX_C_SOURCE definition to Linux build
+
+We need this to allow builds on uclibc-ng based systems.
+
+X-Gentoo-Bug: 650908
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=650908
+---
+ mk/os-Linux.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mk/os-Linux.mk b/mk/os-Linux.mk
+index 2479ff5b..9e8a1485 100644
+--- a/mk/os-Linux.mk
++++ b/mk/os-Linux.mk
+@@ -11,7 +11,7 @@
+ SFX=          .Linux.in
+ PKG_PREFIX?=  /usr
+-CPPFLAGS+=    -D_DEFAULT_SOURCE
++CPPFLAGS+=    -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L
+ LIBDL=                -Wl,-Bdynamic -ldl
+ ifeq (${MKSELINUX},yes)
+-- 
+2.16.1
+
index 3420adf2a4c39f6da680f4d294a3366169eb53da..820ec13085b0337974253eb5e83f026b31a95145 100644 (file)
@@ -59,6 +59,10 @@ RDEPEND="${COMMON_DEPEND}
 
 PDEPEND="netifrc? ( net-misc/netifrc )"
 
+PATCHES=(
+       "${FILESDIR}"/${P}-Add-_POSIX_C_SOURCE-definition-to-Linux-build.patch
+       )
+
 src_prepare() {
        default