mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/binutils to 2.40-1
This commit is contained in:
parent
88117ea802
commit
58e52b9200
1 changed files with 6 additions and 5 deletions
|
@ -11,20 +11,20 @@
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=binutils
|
pkgname=binutils
|
||||||
pkgver=2.39
|
pkgver=2.40
|
||||||
_commit=88ac930a725b8aac8284a2738f03b843f4343dd0
|
_commit=78eca0130feecb321bb6943045b2161583f61dd2
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
pkgdesc='A set of programs to assemble and manipulate binary and object files'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.gnu.org/software/binutils/'
|
url='https://www.gnu.org/software/binutils/'
|
||||||
license=('GPL3' 'GPL' 'FDL1.3' 'custom:FSFAP')
|
license=('GPL3' 'GPL' 'FDL1.3' 'custom:FSFAP')
|
||||||
groups=(base-devel)
|
groups=(base-devel)
|
||||||
depends=(glibc zlib libelf jansson)
|
depends=(glibc jansson libelf zlib zstd)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
checkdepends=(dejagnu debuginfod bc)
|
checkdepends=(dejagnu debuginfod bc)
|
||||||
optdepends=('debuginfod: for debuginfod server/client functionality')
|
optdepends=('debuginfod: for debuginfod server/client functionality')
|
||||||
backup=('etc/gprofng.rc')
|
backup=('etc/gprofng.rc')
|
||||||
options=(staticlibs !distcc !ccache debug)
|
options=(staticlibs !distcc !ccache)
|
||||||
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
|
source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
|
||||||
gold-warn-unsupported.patch)
|
gold-warn-unsupported.patch)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
@ -59,6 +59,7 @@ build() {
|
||||||
--sysconfdir="${pkgdir}"/etc \
|
--sysconfdir="${pkgdir}"/etc \
|
||||||
--with-lib-path=/usr/lib:/usr/local/lib \
|
--with-lib-path=/usr/lib:/usr/local/lib \
|
||||||
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
--with-bugurl=https://github.com/archlinuxarm/PKGBUILDs/issues \
|
||||||
|
--enable-colored-disassembly \
|
||||||
--enable-default-execstack=no \
|
--enable-default-execstack=no \
|
||||||
--enable-deterministic-archives \
|
--enable-deterministic-archives \
|
||||||
--enable-gold \
|
--enable-gold \
|
||||||
|
|
Loading…
Reference in a new issue