diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-11-18 05:31:40 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-11-18 05:31:40 (GMT) |
commit | 58f0234a56612b209e8df858a38c14e0d0a96e6f (patch) | |
tree | a15638d065053ab1be8bc9487f37041a960c1a36 /src/xmlrpc-c.mk | |
parent | 1b8a5ea6f2f982c5ab3845979e66a58ccd7ef1f0 (diff) | |
download | mxe-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.mk | 6 |
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))) |