summaryrefslogtreecommitdiffstats
path: root/src/boost.mk
diff options
context:
space:
mode:
authorChristoph Weiss <weiss@wsoptics.de>2018-10-09 09:05:48 (GMT)
committerChristoph Weiss <weiss@wsoptics.de>2018-10-09 09:05:48 (GMT)
commit02c016f6c20a3ed87817a2265379237021def343 (patch)
tree8047c8e2de8c4e1a7f96d73787d6e5c41145f2b5 /src/boost.mk
parenta063f9b35279d83f692df0345d84147c0f23c992 (diff)
downloadmxe-02c016f6c20a3ed87817a2265379237021def343.zip
mxe-02c016f6c20a3ed87817a2265379237021def343.tar.gz
mxe-02c016f6c20a3ed87817a2265379237021def343.tar.bz2
fix boost build under gentoo host
Diffstat (limited to 'src/boost.mk')
-rw-r--r--src/boost.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boost.mk b/src/boost.mk
index 692e882..83fe2c9 100644
--- a/src/boost.mk
+++ b/src/boost.mk
@@ -108,6 +108,7 @@ define $(PKG)_BUILD_$(BUILD)
-a \
-q \
-j '$(JOBS)' \
+ --ignore-site-config \
variant=release \
link=static \
threading=multi \