Author: nbd Date: 2015-01-23 11:54:56 +0100 (Fri, 23 Jan 2015) New Revision: 44082
Modified: trunk/package/libs/gmp/Makefile Log: gmp: use http instead of ftp download (#18805) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/gmp/Makefile =================================================================== --- trunk/package/libs/gmp/Makefile 2015-01-23 10:54:52 UTC (rev 44081) +++ trunk/package/libs/gmp/Makefile 2015-01-23 10:54:56 UTC (rev 44082) @@ -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
