acl: add host variant
We need host-acl to fix issues with fakeroot. Unfortunately, all the hacks (except the .la fixup) have to be repeated. Cc: Yegor Yefremov <yegorslists@googlemail.com> Cc: Andreas Naumann <dev@andin.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
99c9b0affd
commit
c83446fcca
@ -43,4 +43,15 @@ endef
|
|||||||
|
|
||||||
ACL_POST_INSTALL_STAGING_HOOKS += ACL_FIX_LIBTOOL_LA_LIBDIR
|
ACL_POST_INSTALL_STAGING_HOOKS += ACL_FIX_LIBTOOL_LA_LIBDIR
|
||||||
|
|
||||||
|
HOST_ACL_DEPENDENCIES = host-attr
|
||||||
|
HOST_ACL_CONF_OPTS = --enable-gettext=no
|
||||||
|
HOST_ACL_MAKE_ENV = CFLAGS="$(HOST_CFLAGS)"
|
||||||
|
HOST_ACL_INSTALL_OPTS = \
|
||||||
|
prefix=$(HOST_DIR)/usr \
|
||||||
|
exec_prefix=$(HOST_DIR)/usr \
|
||||||
|
PKG_DEVLIB_DIR=$(HOST_DIR)/usr/lib \
|
||||||
|
install-dev install-lib
|
||||||
|
# For the host, libacl.la is correct, no fixup needed.
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user