fix missing configure parameter in libelf spec
This commit is contained in:
parent
d8ea6fb342
commit
65f57af9df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user