mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
tar: do not build SELinux support for host variant
If we don't explicitly disable SELinux support in the host-tar build, it might pick up system-wide installed SELinux libraries, causing the tar in HOST_DIR/bin/ to depend on the host SELinux libraries, which is not desirable to make the SDK portable/relocatable. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8b0a90d4f1
commit
121807c089
@ -44,4 +44,7 @@ define HOST_TAR_EXTRACT_CMDS
|
|||||||
mv $(@D)/tar-$(TAR_VERSION)/* $(@D)
|
mv $(@D)/tar-$(TAR_VERSION)/* $(@D)
|
||||||
rmdir $(@D)/tar-$(TAR_VERSION)
|
rmdir $(@D)/tar-$(TAR_VERSION)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
HOST_TAR_CONF_OPTS = --without-selinux
|
||||||
|
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user