From 617d655c7bbcccd5168514c9d29e5b329eec63d4 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 10 Nov 2012 00:09:11 +0000 Subject: Remove libxml --- framebuffer/Makefile.target | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'framebuffer') diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target index 1de6a0385..f55499770 100644 --- a/framebuffer/Makefile.target +++ b/framebuffer/Makefile.target @@ -59,15 +59,12 @@ ifeq ($(HOST),mint) LDFLAGS += $(shell curl-config --libs) LDFLAGS += $(shell $(PKG_CONFIG) --libs libhubbub openssl libcss) - # xml-config returns -lsocket which is not needed and does not - # exist on all systems. because of that - hardcoded reference to - # libxml-2.0 here. LDFLAGS += -L/usr/lib/ -lz -liconv LDFLAGS += -lm else CFLAGS += $(shell $(PKG_CONFIG) --cflags libcurl) - LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl libdom openssl) + LDFLAGS += $(shell $(PKG_CONFIG) --libs libcurl libdom openssl) LDFLAGS += $(shell $(PKG_CONFIG) --libs libcss) endif -- cgit v1.2.3