9.1 #1

Merged
cromer merged 46 commits from 9.1 into master 2020-06-02 00:45:19 -04:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 65f57af9df - Show all commits

View File

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