From: Florian Fainelli Date: Sun, 21 Nov 2010 22:01:15 +0000 (+0000) Subject: [package] update cups to 1.4.4 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=bd492df6fcfaf43d90352a7e822c6e5b2bf07289 [package] update cups to 1.4.4 Update CUPS to current 1.4.4: "CUPS 1.4.4 fixes several security, scheduler, printing, and conformance issues." Also remove PKG_BUILD_DEPENDS, since zlib is already a normal dependency. Signed-off-by: Jonas Gorski SVN-Revision: 24067 --- diff --git a/net/cups/Makefile b/net/cups/Makefile index f453fa32f3..1ab7769899 100644 --- a/net/cups/Makefile +++ b/net/cups/Makefile @@ -8,17 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cups -PKG_VERSION:=1.4.2 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.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_MD5SUM:=d95e2d588e3d36e563027a963b117b1b - -PKG_BUILD_DEPENDS:=zlib +PKG_MD5SUM:=8776403ad60fea9e85eab9c04d88560d TARGET_LDFLAGS+=-Wl,-rpath-link=$(STAGING_DIR)/usr/lib