From 27e401c723a0bcfac7c12ba2a9fa0dfc0a925ff2 Mon Sep 17 00:00:00 2001 From: Oliver Ertl Date: Sat, 8 Dec 2007 11:21:14 +0000 Subject: [PATCH] net/rsync: More fixes SVN-Revision: 9673 --- 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.30.2