From fe2cc79a0fd229ba01146664f6d4f411ee34fe1f Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 20 Jun 2014 12:30:23 -0700 Subject: [PATCH] fix(sys-apps/systemd): Disable elfutils dependency Recently added to systemd, configure is detecting elfutils as present but compilation fails, perhaps a version mismatch. Need to report this to Gentoo so they can add a proper use flag and dependency. --- .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index 822555791b..d75510874f 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -194,6 +194,8 @@ multilib_src_configure() { # no deps --enable-efi --enable-ima + # used for stacktraces in log messages, leave off for now + --disable-elfutils # optional components/dependencies $(use_enable acl) $(use_enable audit)