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