Author: jow Date: 2015-01-24 14:08:49 +0100 (Sat, 24 Jan 2015) New Revision: 44095
Modified: branches/barrier_breaker/package/libs/gmp/Makefile Log: BB: gmp: use http instead of ftp download (#18805) Signed-off-by: Felix Fietkau <[email protected]> Backport of r44082 Modified: branches/barrier_breaker/package/libs/gmp/Makefile =================================================================== --- branches/barrier_breaker/package/libs/gmp/Makefile 2015-01-24 11:30:45 UTC (rev 44094) +++ branches/barrier_breaker/package/libs/gmp/Makefile 2015-01-24 13:08:49 UTC (rev 44095) @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)$(PKG_REVISION).tar.xz -PKG_SOURCE_URL:=ftp://ftp.gmplib.org/pub/$(PKG_NAME)/ +PKG_SOURCE_URL:=http://gmplib.org/download/gmp/ PKG_MD5SUM:=1e6da4e434553d2811437aa42c7f7c76 PKG_BUILD_PARALLEL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
