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 --- riscos/Makefile.target | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'riscos') diff --git a/riscos/Makefile.target b/riscos/Makefile.target index ae367fe78..53b329676 100644 --- a/riscos/Makefile.target +++ b/riscos/Makefile.target @@ -8,10 +8,10 @@ # ---------------------------------------------------------------------------- ifeq ($(HOST),riscos) - LDFLAGS += -Xlinker -symbols=$(OBJROOT)/sym -lxml2 -lz -lm -lcurl -lcares + LDFLAGS += -Xlinker -symbols=$(OBJROOT)/sym -lz -lm -lcurl -lcares LDFLAGS += -lssl -lcrypto -ldom -lhubbub -lcss -lparserutils -lwapcaplet else - LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcares libcurl openssl) + LDFLAGS += $(shell $(PKG_CONFIG) --libs libcares libcurl openssl) LDFLAGS += $(shell $(PKG_CONFIG) --libs libdom libcss) endif @@ -43,7 +43,6 @@ CFLAGS += -I. $(WARNFLAGS) -Driscos \ -mpoke-function-name -fno-strict-aliasing CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include \ - -I$(GCCSDK_INSTALL_ENV)/include/libxml2 \ -I$(GCCSDK_INSTALL_ENV)/include/libmng ifeq ($(HOST),riscos) CFLAGS += -I -mthrowback -- cgit v1.2.3