[sr-dev] git:master:ebb1377e: http_client: Makefile - removed useless var for xml config
Daniel-Constantin Mierla
miconda at gmail.com
Mon Aug 20 16:18:55 CEST 2018
Module: kamailio
Branch: master
Commit: ebb1377e9f07f00afccdce50b113d05fec1693b5
URL: https://github.com/kamailio/kamailio/commit/ebb1377e9f07f00afccdce50b113d05fec1693b5
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/ebb1377e9f07f00afccdce50b113d05fec1693b5.diff
Patch: https://github.com/kamailio/kamailio/commit/ebb1377e9f07f00afccdce50b113d05fec1693b5.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