rsync doesn't support install-exec, override RSYNC_INSTALL_TARGET_OPT to install non-stripped
This commit is contained in:
parent
4eb79e2732
commit
910dc8cb07
@ -10,7 +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),)
|
||||
ifeq ($(BR2_ENABLE_DEBUG),y)
|
||||
RSYNC_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) INSTALLCMD='./install-sh -c' \
|
||||
install
|
||||
else
|
||||
RSYNC_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) INSTALLCMD='./install-sh -c' \
|
||||
STRIPPROG="$(TARGET_STRIP)" install-strip
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user