Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=2bacc2976160196762705153a4ec2d635e8645cc
commit 2bacc2976160196762705153a4ec2d635e8645cc Author: crazy <[email protected]> Date: Fri Jan 26 17:20:39 2018 +0100 binutils-2.30.0-1-x86_64 * switch to released 2.30.0 snapshot diff --git a/source/devel/binutils/FrugalBuild b/source/devel/binutils/FrugalBuild index 0ea291d..0eb6ce8 100644 --- a/source/devel/binutils/FrugalBuild +++ b/source/devel/binutils/FrugalBuild @@ -3,18 +3,20 @@ # Contributor: Miklos Vajna <[email protected]> pkgname=binutils -pkgver=2.29.1 -pkgrel=2 +pkgver=2.30.0 +pkgrel=1 pkgdesc="A set of programs to assemble and manipulate binary and object files" url="http://www.gnu.org/software/binutils/" -depends=('bash' 'glibc>=2.26') -makedepends=('gcc>=6.3.1-3' 'fakeroot>=1.21-3') +depends=('bash' 'glibc>=2.26.9000') +makedepends=('gcc>=7.3.0' 'fakeroot>=1.21-3') groups=('devel' 'devel-core') archs=("x86_64") options+=('static' 'noccache' 'nostrip') Fup2gnubz2 -source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-${pkgver}.tar.xz) -sha1sums=('172244a349d07ec205c39c0321cbc354c125e78e') +#source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-${pkgver}.tar.xz) +## TMP before is really out +source=(ftp://sourceware.org/pub/binutils/snapshots/$pkgname-$pkgver.tar.xz) +sha1sums=('8f1863d284b6dfb039266438a4ed7eb2678bde08') Fconfopts+=" \ --enable-shared \ @@ -24,7 +26,12 @@ Fconfopts+=" \ --enable-plugins \ --enable-multilib \ --enable-lto \ - --with-system-zlib" + --with-system-zlib \ + --enable-threads \ + --enable-relro \ + --with-pic \ + --enable-deterministic-archives \ + --enable-default-hash-style=gnu" build() { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
