summaryrefslogtreecommitdiffstats
path: root/src/poco.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-16 17:21:32 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-11-16 17:21:32 (GMT)
commit64a95ed3623b58a55a76dd4849a1fcaf3c41aa56 (patch)
tree47b1be13aab94a87b999bb5e3e60da658c62e356 /src/poco.mk
parentab6b96e83ccd84866e81e72b8bdc999fb1f7dd7c (diff)
downloadmxe-64a95ed3623b58a55a76dd4849a1fcaf3c41aa56.zip
mxe-64a95ed3623b58a55a76dd4849a1fcaf3c41aa56.tar.gz
mxe-64a95ed3623b58a55a76dd4849a1fcaf3c41aa56.tar.bz2
poco: Disable tests and samples
Fixes building. Poco doesn't supply a way to declare private/static lib deps so linking fails for the tests. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/poco.mk')
-rw-r--r--src/poco.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/poco.mk b/src/poco.mk
index 230de78..c360576 100644
--- a/src/poco.mk
+++ b/src/poco.mk
@@ -21,7 +21,9 @@ define $(PKG)_BUILD
--config=MinGW-CrossEnv \
--static \
--unbundled \
- --prefix='$(PREFIX)/$(TARGET)'
+ --prefix='$(PREFIX)/$(TARGET)' \
+ --no-tests \
+ --no-samples
$(if $(BUILD_STATIC), \
$(SED) -i 's:// #define POCO_STATIC:#define POCO_STATIC:' \
'$(1)/Foundation/include/Poco/Config.h')