mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
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:
parent
8ff3b81b75
commit
fe2cc79a0f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user