From: Luka Perkov Date: Mon, 24 Mar 2014 05:22:46 +0000 (+0000) Subject: [packages] rsync: don't use internal zlib library X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b75dc1097d129df5f5e1e84d423ca14008d5621d;p=openwrt%2Fsvn-archive%2Farchive.git [packages] rsync: don't use internal zlib library Signed-off-by: Luka Perkov SVN-Revision: 40014 --- diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 69679f6867..f66c694f14 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsync PKG_VERSION:=3.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src @@ -25,7 +25,7 @@ define Package/rsync CATEGORY:=Network SUBMENU:=File Transfer TITLE:=Fast remote file copy program (like rcp) - DEPENDS:=+libpopt + DEPENDS:=+libpopt +zlib URL:=http://rsync.samba.org/ endef @@ -50,6 +50,7 @@ endef CONFIGURE_ARGS += \ --with-included-popt=no \ + --with-included-zlib=no \ --disable-debug \ --disable-locale \ --disable-xattr-support \