summaryrefslogtreecommitdiff
path: root/mk/pkg-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-02 03:11:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-02 03:12:33 +0100
commit15e5974a9b4621a99eb86bc0fcad560996461562 (patch)
tree02bf8c7cd819521a9489a5877be0bcd39762a9d8 /mk/pkg-bottom.mk
parent6f557a2d9f96c86fae70b03b4e54559d8df41b67 (diff)
systemd: update to 236, convert to meson build
Diffstat (limited to 'mk/pkg-bottom.mk')
-rw-r--r--mk/pkg-bottom.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 585420ace..868bd69fe 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -52,10 +52,10 @@ ifneq ($(filter manual,${CONFIG_STYLE}),)
env ${CONFIGURE_ENV} ${MAKE} do-configure $(MAKE_TRACE)
else ifneq ($(filter meson,${CONFIG_STYLE}),)
@$(CMD_TRACE) "configuring meson.. "
- (cd ${WRKSRC} && PATH='${HOST_PATH}' \
+ (cd ${WRKSRC} && $(MESON_ENV) \
meson --prefix /usr --libdir lib \
--cross-file $(STAGING_HOST_DIR)/etc/meson/cross-compilation.conf \
- --buildtype release \
+ --buildtype release $(MESON_FLAGS) \
$(WRKSRC) $(WRKBUILD))
else ifneq ($(filter cmake,${CONFIG_STYLE}),)
@$(CMD_TRACE) "configuring cmake.. "