Browse Source

http_client: removed libxml2 dependency from Makefile

- apparently a copy&paste leftover when pkg-config was introduced
Daniel-Constantin Mierla 8 years ago
parent
commit
e2e0f18207
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/modules/http_client/Makefile

+ 0 - 9
src/modules/http_client/Makefile

@@ -18,15 +18,6 @@ CURL_BUILDER=$(shell \
 	fi)
 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),)
 	DEFS += $(shell $(CURL_BUILDER) --cflags )
 	LIBS += $(shell $(CURL_BUILDER) --libs)