summaryrefslogtreecommitdiffstats
path: root/src/xmlrpc-c.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-18 05:31:40 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-11-18 05:31:40 (GMT)
commit58f0234a56612b209e8df858a38c14e0d0a96e6f (patch)
treea15638d065053ab1be8bc9487f37041a960c1a36 /src/xmlrpc-c.mk
parent1b8a5ea6f2f982c5ab3845979e66a58ccd7ef1f0 (diff)
downloadmxe-58f0234a56612b209e8df858a38c14e0d0a96e6f.zip
mxe-58f0234a56612b209e8df858a38c14e0d0a96e6f.tar.gz
mxe-58f0234a56612b209e8df858a38c14e0d0a96e6f.tar.bz2
xmlrpc-c: Disable shared builds
It produces both static and shared libraries, no import libraries, and installs the shared libs into the wrong directory. You are always welcomed to fix it! Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/xmlrpc-c.mk')
-rw-r--r--src/xmlrpc-c.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmlrpc-c.mk b/src/xmlrpc-c.mk
index 92d5c15..cca1217 100644
--- a/src/xmlrpc-c.mk
+++ b/src/xmlrpc-c.mk
@@ -50,6 +50,6 @@ $(PKG)_BUILD_STATIC=$(subst @xmlrpc-c-shared-lib-type@,NONE,\
$(subst @xmlrpc-c-must-build-shlib@,N,\
$($(PKG)_BUILD_COMMON)))
-$(PKG)_BUILD_SHARED=$(subst @xmlrpc-c-shared-lib-type@,dll,\
- $(subst @xmlrpc-c-must-build-shlib@,Y,\
- $($(PKG)_BUILD_COMMON)))
+#$(PKG)_BUILD_SHARED=$(subst @xmlrpc-c-shared-lib-type@,dll,\
+# $(subst @xmlrpc-c-must-build-shlib@,Y,\
+# $($(PKG)_BUILD_COMMON)))