summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Koloska <uwe.koloska@voiceinterconnect.de>2015-10-14 09:08:54 (GMT)
committerUwe Koloska <uwe.koloska@voiceinterconnect.de>2015-10-14 13:18:12 (GMT)
commit9bc3db93c2a7a7a18eb1570e00275d02c9dfbb7b (patch)
tree15f5e23adc29f0f6865fc7cb65de1aafaa4fd5ae
parenta530b79d5a9257588debf6fe0a17fdccc442dc68 (diff)
downloadmxe-9bc3db93c2a7a7a18eb1570e00275d02c9dfbb7b.zip
mxe-9bc3db93c2a7a7a18eb1570e00275d02c9dfbb7b.tar.gz
mxe-9bc3db93c2a7a7a18eb1570e00275d02c9dfbb7b.tar.bz2
fix project path for vmime extra file
vmime uses a file from the src-directory of mxe but references it using a relative path that is only working if the temporary build directory is inside the mxe project path at the fixed position.
-rw-r--r--src/vmime.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime.mk b/src/vmime.mk
index 7748ea4..247dc68 100644
--- a/src/vmime.mk
+++ b/src/vmime.mk
@@ -35,7 +35,7 @@ define $(PKG)_BUILD
-DVMIME_TLS_SUPPORT_LIB_IS_OPENSSL=OFF \
-DVMIME_SHARED_PTR_USE_CXX=ON \
-DCXX11_COMPILER_FLAGS=ON \
- -C../../src/vmime-TryRunResults.cmake \
+ -C '$(PWD)/src/vmime-TryRunResults.cmake' \
.
$(MAKE) -C '$(1)' -j '$(JOBS)'