From 65f57af9df1fb362f6c1d73a6119902eefbdfb58 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Mon, 1 Jun 2020 18:49:34 -0400 Subject: [PATCH] fix missing configure parameter in libelf spec --- SPECS/libelf.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/libelf.spec b/SPECS/libelf.spec index e81cd37..0b94532 100644 --- a/SPECS/libelf.spec +++ b/SPECS/libelf.spec @@ -18,7 +18,8 @@ The elfutils package contains a set of utilities and libraries for handling ELF %setup -q -n elfutils-%{version} %build ./configure \ - --prefix=%{_prefix} + --prefix=%{_prefix} \ + --disable-debuginfod make %{?_smp_mflags} %install make DESTDIR=%{buildroot} -C libelf install