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.
This commit is contained in:
Michael Marineau 2014-06-20 12:30:23 -07:00
parent 8ff3b81b75
commit fe2cc79a0f

View File

@ -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)