From: luka Date: Mon, 24 Mar 2014 05:22:46 +0000 (+0000) Subject: [packages] rsync: don't use internal zlib library X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=commitdiff_plain;h=7ff502281ad3f89d713472bf4bfb4c04e9611bba [packages] rsync: don't use internal zlib library Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/packages@40014 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 69679f686..f66c694f1 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 \