diff options
Diffstat (limited to 'package/rsync/rsync.mk')
-rw-r--r-- | package/rsync/rsync.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index ef18efc85..d171f94b4 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -10,8 +10,10 @@ RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/src RSYNC_AUTORECONF:=no RSYNC_INSTALL_STAGING:=NO RSYNC_INSTALL_TARGET:=YES +ifeq ($(BR2_ENABLE_DEBUG),) RSYNC_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) INSTALLCMD='./install-sh -c' \ STRIPPROG="$(TARGET_STRIP)" install-strip +endif RSYNC_CONF_OPT:=--with-included-popt RSYNC_DEPENDENCIES:=uclibc |