[Packages] net/rsync: More fixes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9673 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
olli 2007-12-08 11:21:14 +00:00
parent b84294e6c6
commit 7349344f84

View File

@ -23,6 +23,7 @@ define Package/rsync
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Fast remote file copy program (like rcp) TITLE:=Fast remote file copy program (like rcp)
DEPENDS:=+libpopt
URL:=http://rsync.samba.org/ URL:=http://rsync.samba.org/
endef endef
@ -38,8 +39,11 @@ define Package/rsync/description
across the network link. across the network link.
endef endef
MAKE_FLAGS += \ CONFIGURE_ARGS += \
PREFIX="/usr" \ --with-included-popt=no \
--disable-debug \
--disable-ipv6 \
--disable-locale \
define Package/rsync/install define Package/rsync/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin