From bc47ac839aed45ecdce414c2a21d36112abace76 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 20 Aug 2018 16:18:02 +0200 Subject: [PATCH] http_client: Makefile - removed useless var for xml config (cherry picked from commit ebb1377e9f07f00afccdce50b113d05fec1693b5) --- src/modules/http_client/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/http_client/Makefile b/src/modules/http_client/Makefile index 460e146bae8..be06cab9789 100644 --- a/src/modules/http_client/Makefile +++ b/src/modules/http_client/Makefile @@ -9,7 +9,6 @@ auto_gen= NAME=http_client.so ifeq ($(CROSS_COMPILE),) -XML2CFG=$(shell which xml2-config) CURL_BUILDER=$(shell \ if pkg-config --exists libcurl; then \ echo 'pkg-config libcurl'; \