fix missing configure parameter in libelf spec

Este commit está contenido en:
Chris Cromer 2020-06-01 18:49:34 -04:00
padre d8ea6fb342
commit 65f57af9df
Firmado por: cromer
ID de clave GPG: 39CC813FF3C8708A
Se han modificado 1 ficheros con 2 adiciones y 1 borrados

Ver fichero

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