summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-04-26 13:42:40 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-05-03 16:17:07 +0200
commit86b3b8bb0bcc6605c3bb1c33c21b1c52b975d9e0 (patch)
tree2361a73702fcdb952a01b1301f3c8ff7838386d4
parent01cece41d11dabc1543dbce9f01ccae75c3f666a (diff)
downloadptxdist-86b3b8bb0bcc6605c3bb1c33c21b1c52b975d9e0.tar.gz
ptxdist-86b3b8bb0bcc6605c3bb1c33c21b1c52b975d9e0.tar.xz
[host-acl] Added DIST_ROOT definition in .make fragment
Added the missing definition for DIST_ROOT to install stage, otherwise it tries to install host binaries into the host filesystem instead to PKG_DIR. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: use HOST_ACL_PKGDIR instead of ACL_PKGDIR, adjust libexecdir] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/host-acl.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-acl.make b/rules/host-acl.make
index 810047196..3c7cb8080 100644
--- a/rules/host-acl.make
+++ b/rules/host-acl.make
@@ -21,13 +21,14 @@ HOST_PACKAGES-$(PTXCONF_HOST_ACL) += host-acl
HOST_ACL_ENV := $(HOST_ENV)
HOST_ACL_INSTALL_OPT := \
+ DIST_ROOT=$(HOST_ACL_PKGDIR) \
install \
install-lib \
install-dev
HOST_ACL_AUTOCONF := \
$(HOST_AUTOCONF) \
- --libexecdir=$(PTXDIST_SYSROOT_HOST)/lib \
+ --libexecdir=/lib \
--enable-shared
# vim: syntax=make