From cf7952144f34117dbae2ef3d3ca5042bb75071bd Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 21 Nov 2010 22:01:15 +0000 Subject: [PATCH] [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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@24067 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/cups/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/net/cups/Makefile b/net/cups/Makefile index f453fa32f..1ab776989 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