summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-07-17 14:45:27 +0000
committerJuergen Daubert <jue@jue.li>2020-07-17 14:45:27 +0000
commitc3408b6608c7a80df9357838b5bb95a629d89200 (patch)
tree75ce252a702bc5a463cc4e81b1ee781cafbd2afa /binutils
parent48b929176ef24a6fceba99e691b075fc7ca28fbc (diff)
downloadcore-c3408b6608c7a80df9357838b5bb95a629d89200.tar.gz
core-c3408b6608c7a80df9357838b5bb95a629d89200.tar.xz
binutils: use system zlib, closes FS#1798
Diffstat (limited to 'binutils')
-rw-r--r--binutils/.signature4
-rw-r--r--binutils/Pkgfile6
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
}

Generated by cgit