New recipe: elfutils
This commit is contained in:
parent
7e80b57935
commit
1b11602f24
12
elfutils/recipe.spec
Normal file
12
elfutils/recipe.spec
Normal file
@ -0,0 +1,12 @@
|
||||
name: elfutils
|
||||
version: 0.177
|
||||
release: 1
|
||||
sources: https://sourceware.org/elfutils/ftp/%{version}/elfutils-%{version}.tar.bz2
|
||||
|
||||
@configure
|
||||
cd %{name}-%{version}
|
||||
./configure \
|
||||
--disable-nls \
|
||||
--target=x86_64-weird-linux-musl \
|
||||
--build=x86_64-weird-linux-musl \
|
||||
--host=x86_64-weird-linux-musl
|
Reference in New Issue
Block a user