mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/elfutils: fix automagic rpm dependency
It's only used for IMA verification of .rpms, so just disable it unconditionally. If someone wants it, please file a bug. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -109,6 +109,9 @@ src_configure() {
|
||||
multilib_src_configure() {
|
||||
unset LEX YACC
|
||||
|
||||
# Only for IMA verification of RPMs
|
||||
export ac_cv_lib_rpm_headerGet=no
|
||||
|
||||
local myeconfargs=(
|
||||
$(use_enable nls)
|
||||
$(multilib_native_use_enable debuginfod)
|
||||
@@ -107,6 +107,9 @@ src_configure() {
|
||||
multilib_src_configure() {
|
||||
unset LEX YACC
|
||||
|
||||
# Only for IMA verification of RPMs
|
||||
export ac_cv_lib_rpm_headerGet=no
|
||||
|
||||
local myeconfargs=(
|
||||
$(use_enable nls)
|
||||
$(multilib_native_use_enable debuginfod)
|
||||
|
||||
Reference in New Issue
Block a user