summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:59:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-13 21:59:50 +0200
commitce2eb8f92671ec426c996baca1ef9931c3bacb68 (patch)
treed3a885bbd94a72a4f486b3b51b6cebb049bc1672 /mk/host-bottom.mk
parent6c85bf610d803db0183faa02ffebbf1f48c318c2 (diff)
a lot of bugfixes and package updates
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index 303e3a93c..caba52f3e 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -39,6 +39,7 @@ ifeq (${HOST_STYLE},)
--bindir=${STAGING_HOST_DIR}/usr/bin \
--datadir=${STAGING_HOST_DIR}/usr/share \
--mandir=${STAGING_HOST_DIR}/usr/share/man \
+ --libdir=${STAGING_HOST_DIR}/usr/lib \
--libexecdir=${STAGING_HOST_DIR}/usr/libexec \
--sysconfdir=${STAGING_HOST_DIR}/etc \
--disable-dependency-tracking \
@@ -56,6 +57,7 @@ ifeq (${HOST_STYLE},auto)
--bindir=/usr/bin \
--datadir=/usr/share \
--mandir=/usr/share/man \
+ --libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sysconfdir=/etc \