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>
This commit is contained in:
Timothy Gu 2014-11-18 00:31:40 -05:00
parent 1b8a5ea6f2
commit 58f0234a56
1 changed files with 3 additions and 3 deletions

View File

@ -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)))