mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
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_AUTORECONF:=no
|
||||||
RSYNC_INSTALL_STAGING:=NO
|
RSYNC_INSTALL_STAGING:=NO
|
||||||
RSYNC_INSTALL_TARGET:=YES
|
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' \
|
RSYNC_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) INSTALLCMD='./install-sh -c' \
|
||||||
STRIPPROG="$(TARGET_STRIP)" install-strip
|
STRIPPROG="$(TARGET_STRIP)" install-strip
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user