Module: kamailio
Branch: master
Commit: ebb1377e9f07f00afccdce50b113d05fec1693b5
URL:
https://github.com/kamailio/kamailio/commit/ebb1377e9f07f00afccdce50b113d05…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-08-20T16:18:38+02:00
http_client: Makefile - removed useless var for xml config
---
Modified: src/modules/http_client/Makefile
---
Diff:
https://github.com/kamailio/kamailio/commit/ebb1377e9f07f00afccdce50b113d05…
Patch:
https://github.com/kamailio/kamailio/commit/ebb1377e9f07f00afccdce50b113d05…
---
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'; \