Module: kamailio
Branch: 5.1
Commit: bc47ac839aed45ecdce414c2a21d36112abace76
URL:
https://github.com/kamailio/kamailio/commit/bc47ac839aed45ecdce414c2a21d361…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-08-21T17:43:03+02:00
http_client: Makefile - removed useless var for xml config
(cherry picked from commit ebb1377e9f07f00afccdce50b113d05fec1693b5)
---
Modified: src/modules/http_client/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/bc47ac839aed45ecdce414c2a21d361…
Patch:
https://github.com/kamailio/kamailio/commit/bc47ac839aed45ecdce414c2a21d361…
---
diff --git a/src/modules/http_client/Makefile b/src/modules/http_client/Makefile
index 460e146bae..be06cab978 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'; \