binutils, new dependency: flex
parent
125505606b
commit
d52d9a7520
|
@ -1,13 +1,16 @@
|
|||
name: binutils
|
||||
version: 2.32
|
||||
release: 2
|
||||
release: 3
|
||||
sources: https://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz
|
||||
|
||||
dependencies: flex
|
||||
|
||||
options:
|
||||
- configure: --disable-multilib --with-pic --disable-nls
|
||||
|
||||
- make: tooldir=/usr
|
||||
- make: tooldir=%{prefix}
|
||||
|
||||
@install
|
||||
cd binutils-%{version}
|
||||
make 'DESTDIR=%{pkg}' tooldir=/usr install
|
||||
make 'DESTDIR=%{pkg}' tooldir=%{prefix} install
|
||||
rm '%{pkg}/%{prefix}/bin/strings'
|
||||
|
|
Reference in New Issue