From 40c56e010bd9cd674ac3b4366cb678eaa1544ac4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 11 Sep 2015 23:47:59 -0400 Subject: sys-apps/dmapi: fix build w/newer glibc #560212 As glibc cleans up its headers to not implicitly include things, packages like dmapi break a little as they don't include headers they need. --- sys-apps/dmapi/dmapi-2.2.12-r1.ebuild | 1 + sys-apps/dmapi/files/dmapi-2.2.12-headers.patch | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 sys-apps/dmapi/files/dmapi-2.2.12-headers.patch diff --git a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild index 54291171b34a..8c8af810c53a 100644 --- a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild +++ b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild @@ -24,6 +24,7 @@ src_prepare() { -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ include/builddefs.in \ || die + epatch "${FILESDIR}"/${P}-headers.patch multilib_copy_sources } diff --git a/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch b/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch new file mode 100644 index 000000000000..259e1aec3a09 --- /dev/null +++ b/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch @@ -0,0 +1,16 @@ +https://bugs.gentoo.org/560212 + +pull in headers for funcs that are used + +--- a/libdm/dm_handle2path.c ++++ b/libdm/dm_handle2path.c +@@ -20,6 +20,9 @@ + #include + #include "dmapi_lib.h" + ++#include /* open */ ++#include /* close */ ++#include /* strlen */ + #include + #include + #ifdef linux -- cgit v1.2.3-65-gdbad