xmlrpc-c: Fix TLS dependency
authorRosen Penev <redacted>
Thu, 26 Jul 2018 00:05:41 +0000 (17:05 -0700)
committerRosen Penev <redacted>
Thu, 26 Jul 2018 00:05:41 +0000 (17:05 -0700)
The configure script now looks for a TLS library. Remove the option.

Signed-off-by: Rosen Penev <redacted>
libs/xmlrpc-c/Makefile

index fd1839181683ab20406c6b1a4a0bbb12f9f51343..fdaff771dddd0feb8e72591e4bc4e5f9938e17e4 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xmlrpc-c
 PKG_VERSION:=1.39.13
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=@SF/xmlrpc-c/Xmlrpc-c%20Super%20Stable/$(PKG_VERSION)
@@ -105,9 +105,10 @@ CONFIGURE_ARGS+= \
        --disable-wininet-client \
        --disable-libwww-client \
        --disable-abyss-server \
+       --disable-cgi-server \
        --disable-cplusplus \
        --disable-abyss-threads \
-       --disable-cgi-server
+       --without-libwww-ssl
 
 ifeq ($(BUILD_VARIANT),libxml2)
        CONFIGURE_ARGS += \
git clone https://git.99rst.org/PROJECT