From c3408b6608c7a80df9357838b5bb95a629d89200 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Fri, 17 Jul 2020 14:45:27 +0000 Subject: [PATCH] binutils: use system zlib, closes FS#1798 --- binutils/.signature | 4 ++-- binutils/Pkgfile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/binutils/.signature b/binutils/.signature index d0d5d6fa..d8433bf9 100644 --- a/binutils/.signature +++ b/binutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqhspgXTyosAmU0l7S0Uk/4z+2hY+BE5lu0+73oUor8QVFCe8etp9kJu1Zn1mKXfg2H4WXBL4jx9TgNcwXTboSgA= -SHA256 (Pkgfile) = 4663b17f999da8fb2cfcbea71f5f00b4387a72e3da6056303d6362e7f18f0b67 +RWRJc1FUaeVeqs2W/ngO87WQWSq0SffN0wXFoRtQUorhmZjVpfVbnmUeQJN+m2F7sW3JrrHgNFv9lLeQ4/QMrfIfoMDfVeWE/Ac= +SHA256 (Pkgfile) = 53b5befd8a1d67133426710ff8c45b9958a50fae598b146ba28d7fc479573b66 SHA256 (.footprint) = ae62d49b053f404e8f1ff6d5b44360c1e78cc013801fbc98b628a20b0da2d61e SHA256 (binutils-2.34.tar.xz) = f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952 diff --git a/binutils/Pkgfile b/binutils/Pkgfile index bbafcfc4..59b1d863 100644 --- a/binutils/Pkgfile +++ b/binutils/Pkgfile @@ -5,7 +5,7 @@ name=binutils version=2.34 -release=1 +release=2 source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { @@ -22,12 +22,12 @@ build() { --enable-gold=yes \ --enable-plugins \ --enable-install-libiberty \ - --disable-werror + --disable-werror \ + --with-system-zlib make -j1 tooldir=/usr make tooldir=/usr DESTDIR=$PKG install rm -r $PKG/usr/share/info - #rm $PKG/usr/share/man/man1/{dlltool,windres,windmc}.1 sed -i "s|-L$SRC[^ ]* ||g" $PKG/usr/lib/lib{bfd,opcodes}.la }