From 05883388bfa4e5b8e84c70a3e3e781f596483440 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 31 Oct 2019 21:17:39 +0100 Subject: community/gcc6: rebuild against mpfr4 (fix #11984) --- community/gcc6/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/gcc6') diff --git a/community/gcc6/APKBUILD b/community/gcc6/APKBUILD index 52354d93c05..4c11afddea6 100644 --- a/community/gcc6/APKBUILD +++ b/community/gcc6/APKBUILD @@ -3,9 +3,9 @@ pkgname=gcc6 pkgver=6.4.0 _ver=${pkgver%%.*} pkgname="$pkgname" -pkgrel=9 +pkgrel=10 pkgdesc="The GNU Compiler Collection" -url="http://gcc.gnu.org" +url="https://gcc.gnu.org/" arch="all" license="GPL LGPL" _gccrel=$pkgver-r$pkgrel @@ -22,8 +22,8 @@ subpackages="$subpackages libstdc++6:libcxx:$CTARGET_ARCH g++6:gpp" subpackages="$subpackages libgcj6:libgcj:$CTARGET_ARCH gcc6-java:java" makedepends="$makedepends_build $makedepends_host" -source="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${_pkgbase:-$pkgver}/gcc-${_pkgbase:-$pkgver}.tar.xz - ftp://sourceware.org/pub/java/ecj-4.9.jar +source="https://gcc.gnu.org/pub/gcc/releases/gcc-${_pkgbase:-$pkgver}/gcc-${_pkgbase:-$pkgver}.tar.xz + https://sourceware.org/pub/java/ecj-4.9.jar 001_all_default-ssp-strong.patch 002_all_default-relro.patch -- cgit v1.2.3