From 4b287195025de5a20c191d8c35348d915767db10 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 29 Jan 2014 12:55:40 +0000 Subject: [PATCH] cups: Update package source URL The ftp.easysw.com site has disappeared completely. This patch adds the official cups site as package source and drops all easysw.com servers and not longer existent mirrors of easys.com. Signed-off-by: Mathias Kresin git-svn-id: svn://svn.openwrt.org/openwrt/packages@39415 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/cups/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/net/cups/Makefile b/net/cups/Makefile index 550d00e86..a8d642586 100644 --- a/net/cups/Makefile +++ b/net/cups/Makefile @@ -12,10 +12,7 @@ PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-source.tar.bz2 -PKG_SOURCE_URL:= \ - http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$(PKG_VERSION) \ - ftp://ftp.easysw.com/pub/cups/$(PKG_VERSION) \ - ftp://ftp3.easysw.com/pub/cups/$(PKG_VERSION) +PKG_SOURCE_URL:= http://www.cups.org/software/$(PKG_VERSION) PKG_MD5SUM:=de3006e5cf1ee78a9c6145ce62c4e982 TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib