]> git.ipfire.org Git - thirdparty/elfutils.git/commit
config: Enable Debuginfod RPM sig checking and eu-stacktrace in spec
authorMark Wielaard <mark@klomp.org>
Thu, 24 Oct 2024 09:34:11 +0000 (11:34 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 24 Oct 2024 16:39:22 +0000 (18:39 +0200)
commit1a0537c7d0465297fc9d5e2a53e62cd1407d35c3
treefe6607b7ee2188674a3eb2b586d0021ee40806c9
parentdce324303198545e1c5484d912e5f259b1d4953d
config: Enable Debuginfod RPM sig checking and eu-stacktrace in spec

For testing that the eu-stacktrace and debuginfod ima verification
code builds correctly explicitly add --enable-stacktrace and
--enable-debuginfod-ima-verification to configure.

 * config/elfutils.spec.in (enable_stacktrace): New global,
         depends on arch.
 (BuildRequires): Add sysprof-capture-devel.
 (configure): Add --enable-stacktrace and
 --enable-debuginfod-ima-verification.
 (files): Add eu-stacktrace.

Signed-off-by: Mark Wielaard <mark@klomp.org>
config/elfutils.spec.in