Date: Thursday, May 21, 2020 @ 17:13:12 Author: foutrelis Revision: 387362
upgpkg: binutils 2.34-4: rebase to 2.34 branch; set development=false Modified: binutils/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-21 08:37:29 UTC (rev 387361) +++ PKGBUILD 2020-05-21 17:13:12 UTC (rev 387362) @@ -5,7 +5,7 @@ pkgname=binutils pkgver=2.34 -pkgrel=3 +pkgrel=4 pkgdesc='A set of programs to assemble and manipulate binary and object files' arch=(x86_64) url='https://www.gnu.org/software/binutils/' @@ -16,12 +16,11 @@ conflicts=(binutils-multilib) replaces=(binutils-multilib) options=(staticlibs !distcc !ccache) +_commit=cb5f6a3e146cc70bc2d864989386df80acec5d3e source=(git+https://sourceware.org/git/binutils-gdb.git#commit=$_commit) #source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}) -_commit=a72427b1ae01304da0b5170e1e53f68c6d46c1de - +sha256sums=('SKIP') validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F) -md5sums=('SKIP') prepare() { [[ ! -d binutils-gdb ]] && ln -s binutils-$pkgver binutils-gdb @@ -29,6 +28,9 @@ cd binutils-gdb + # Turn off development mode (-Werror, gas run-time checks, date in sonames) + sed -i '/^development=/s/true/false/' bfd/development.sh + # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS" sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure }
