This website works better with JavaScript.
Home
Help
Register
Sign In
cromer
/
LFS-RPM
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
fix missing configure parameter in libelf spec
pull/1/head
Chris Cromer
8 months ago
parent
d8ea6fb342
commit
65f57af9df
Signed by:
cromer
GPG Key ID:
39CC813FF3C8708A
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
SPECS/libelf.spec
+ 2
- 1
SPECS/libelf.spec
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
Write
Preview
Loading…
Cancel
Save