From 7349344f8411459bc0a07c3c6b71d93ca8d0db5a Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 8 Dec 2007 11:21:14 +0000 Subject: [PATCH] [Packages] net/rsync: More fixes git-svn-id: svn://svn.openwrt.org/openwrt/packages@9673 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/rsync/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 7571daaad..125c0802a 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -23,6 +23,7 @@ define Package/rsync SECTION:=net CATEGORY:=Network TITLE:=Fast remote file copy program (like rcp) + DEPENDS:=+libpopt URL:=http://rsync.samba.org/ endef @@ -32,14 +33,17 @@ define Package/rsync/description It has many more options than rcp, and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file already exists. - + The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network link. endef -MAKE_FLAGS += \ - PREFIX="/usr" \ +CONFIGURE_ARGS += \ + --with-included-popt=no \ + --disable-debug \ + --disable-ipv6 \ + --disable-locale \ define Package/rsync/install $(INSTALL_DIR) $(1)/usr/bin -- 2.11.0