From 5399ded5992fb6d8c0b28f6481a95e0493cc16a0 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 25 Jul 2018 17:05:41 -0700 Subject: [PATCH] xmlrpc-c: Fix TLS dependency The configure script now looks for a TLS library. Remove the option. Signed-off-by: Rosen Penev --- libs/xmlrpc-c/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/xmlrpc-c/Makefile b/libs/xmlrpc-c/Makefile index fd1839181..fdaff771d 100644 --- a/libs/xmlrpc-c/Makefile +++ b/libs/xmlrpc-c/Makefile @@ -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 += \