summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-12-13 12:26:03 +0100
committerTim Biermann <tbier@posteo.de>2021-12-13 12:26:03 +0100
commitd511209255f8aba7cba1ffcf507a2e3570c7e557 (patch)
tree3ba3e0e72045d23814d697fb1c5f0d099d39354d /binutils
parentf0c1ae5cbbff40431983efd380bf5e6bb9ef973c (diff)
downloadcore-d511209255f8aba7cba1ffcf507a2e3570c7e557.tar.gz
core-d511209255f8aba7cba1ffcf507a2e3570c7e557.tar.xz
binutils: use https and syntax
Diffstat (limited to 'binutils')
-rw-r--r--binutils/.signature4
-rw-r--r--binutils/Pkgfile14
2 files changed, 9 insertions, 9 deletions
diff --git a/binutils/.signature b/binutils/.signature
index fe02bf5b..2a10be4b 100644
--- a/binutils/.signature
+++ b/binutils/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqoXQABzUYsdcqv2mX6K/h3hGOnFMEZx4Hhd8yy5FqK5bj/B95gOeEWfw9eBHlag4Qj35C2SazXffbQjdwQZDoww=
-SHA256 (Pkgfile) = e3b8a34ea68ede149412d967524c8b646de71d8c550234bc8e39c021349d0971
+RWRJc1FUaeVeqmL5qoYYu+kwEtFe4ekPR7KCL3DpXhjO3JGSCOpJTftqiPYLud6SXji9qkrzkLkR4DfPTIwTi0S2hl4nSV0DPgU=
+SHA256 (Pkgfile) = db69144e4573c85b0c7f48c6f46b4d3fcfffb6c329d7dd63475539c1e8a02fd6
SHA256 (.footprint) = c3bf3cdddb84aefc9632031b3c68aee20d3948478dad8ada0183920d30c6483b
SHA256 (binutils-2.37.tar.xz) = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
SHA256 (binutils-2.37-upstream_fix-1.patch) = bd852a3959553b4e90bc60e2db4842f461329fe6d4089c9a3e24d8db285ed81e
diff --git a/binutils/Pkgfile b/binutils/Pkgfile
index e6e0af7e..294ba724 100644
--- a/binutils/Pkgfile
+++ b/binutils/Pkgfile
@@ -1,12 +1,12 @@
# Description: The GNU Binutils are a collection of binary tools
-# URL: http://sources.redhat.com/binutils/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Depends on: zlib flex
+# URL: http://sources.redhat.com/binutils/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: flex zlib
name=binutils
version=2.37
release=1
-source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz
+source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz
binutils-2.37-upstream_fix-1.patch)
build() {
@@ -24,15 +24,15 @@ build() {
../$name-$version/configure --prefix=/usr \
--enable-shared \
- --disable-nls \
--enable-ld=default \
--enable-gold=yes \
--enable-lto \
--enable-plugins \
--enable-install-libiberty \
- --disable-werror \
--with-system-zlib \
- --with-bugurl=https://crux.nu/bugs/
+ --with-bugurl=https://crux.nu/bugs/ \
+ --disable-nls \
+ --disable-werror
make tooldir=/usr
make tooldir=/usr DESTDIR=$PKG install

Generated by cgit