summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-10 00:09:11 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-10 00:11:57 +0000
commit617d655c7bbcccd5168514c9d29e5b329eec63d4 (patch)
treef459e300779ff86740d9233c6a23ee19d2f7ea32 /riscos
parent4d58ed656248d975e0394fbfec66215a45e74dfa (diff)
downloadnetsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.gz
netsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.bz2
Remove libxml
Diffstat (limited to 'riscos')
-rw-r--r--riscos/Makefile.target5
1 files changed, 2 insertions, 3 deletions
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<OSLib$$Dir> -mthrowback