summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
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 \