瀏覽代碼

http_client: removed libxml2 dependency from Makefile

- apparently a copy&paste leftover when pkg-config was introduced
Daniel-Constantin Mierla 8 年之前
父節點
當前提交
e2e0f18207
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/modules/http_client/Makefile

+ 0 - 9
src/modules/http_client/Makefile

@@ -18,15 +18,6 @@ CURL_BUILDER=$(shell \
 	fi)
 	fi)
 endif
 endif
 
 
-ifneq ($(XML2CFG),)
-	DEFS += $(shell $(XML2CFG) --cflags )
-	LIBS += $(shell $(XML2CFG) --libs)
-else
-	DEFS+=-I$(LOCALBASE)/include/libxml2 \
-      -I$(LOCALBASE)/include
-	LIBS+=-L$(LOCALBASE)/lib -lxml2
-endif
-
 ifneq ($(CURL_BUILDER),)
 ifneq ($(CURL_BUILDER),)
 	DEFS += $(shell $(CURL_BUILDER) --cflags )
 	DEFS += $(shell $(CURL_BUILDER) --cflags )
 	LIBS += $(shell $(CURL_BUILDER) --libs)
 	LIBS += $(shell $(CURL_BUILDER) --libs)