From 7d91105e74e45371b97a18c491bd8edf06e3cbb0 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Fri, 19 May 2017 01:32:46 +0200 Subject: hunspell: use MXE_DISABLE_CRUFT and -j 1 See https://github.com/mxe/mxe/pull/1752#issuecomment-298328649 --- src/hunspell.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hunspell.mk b/src/hunspell.mk index 60c6792..462fb73 100644 --- a/src/hunspell.mk +++ b/src/hunspell.mk @@ -17,7 +17,8 @@ define $(PKG)_BUILD --with-warnings \ --without-ui \ --with-readline - $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= + $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' $(MXE_DISABLE_CRUFT) + $(MAKE) -C '$(BUILD_DIR)' -j 1 install $(MXE_DISABLE_CRUFT) # Test '$(TARGET)-g++' \ -- cgit v0.12