[sr-dev] git:5.1:bc47ac83: http_client: Makefile - removed useless var for xml config

Daniel-Constantin Mierla miconda at gmail.com
Tue Aug 21 17:44:11 CEST 2018


Module: kamailio
Branch: 5.1
Commit: bc47ac839aed45ecdce414c2a21d36112abace76
URL: https://github.com/kamailio/kamailio/commit/bc47ac839aed45ecdce414c2a21d36112abace76

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/bc47ac839aed45ecdce414c2a21d36112abace76.diff
Patch: https://github.com/kamailio/kamailio/commit/bc47ac839aed45ecdce414c2a21d36112abace76.patch

---

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'; \




More information about the sr-dev mailing list