[packages] rsync: don't use internal zlib library
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40014 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8202a37c93
commit
7ff502281a
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=rsync
|
PKG_NAME:=rsync
|
||||||
PKG_VERSION:=3.1.0
|
PKG_VERSION:=3.1.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src
|
PKG_SOURCE_URL:=http://rsync.samba.org/ftp/rsync/src
|
||||||
@ -25,7 +25,7 @@ define Package/rsync
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=File Transfer
|
SUBMENU:=File Transfer
|
||||||
TITLE:=Fast remote file copy program (like rcp)
|
TITLE:=Fast remote file copy program (like rcp)
|
||||||
DEPENDS:=+libpopt
|
DEPENDS:=+libpopt +zlib
|
||||||
URL:=http://rsync.samba.org/
|
URL:=http://rsync.samba.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -50,6 +50,7 @@ endef
|
|||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--with-included-popt=no \
|
--with-included-popt=no \
|
||||||
|
--with-included-zlib=no \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-locale \
|
--disable-locale \
|
||||||
--disable-xattr-support \
|
--disable-xattr-support \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user