summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
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 /atari/Makefile.target
parent4d58ed656248d975e0394fbfec66215a45e74dfa (diff)
downloadnetsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.gz
netsurf-617d655c7bbcccd5168514c9d29e5b329eec63d4.tar.bz2
Remove libxml
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target3
1 files changed, 1 insertions, 2 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 844abfe31..575610cac 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -63,13 +63,12 @@ CFLAGS += -U__STRICT_ANSI__ -std=c99 -I. -Dsmall $(WARNFLAGS) -Dnsatari \
-D_XOPEN_SOURCE=600 \
-D_POSIX_C_SOURCE=200112L \
$(shell $(PKG_CONFIG) --cflags libhubbub libcss openssl ) \
- $(shell $(PKG_CONFIG) --cflags libxml-2.0 ) \
$(shell $(PKG_CONFIG) --cflags libcurl )
LDFLAGS += -lcflib -lcurl
LDFLAGS += -lcss -lparserutils -ldom -lwapcaplet -lhubbub
LDFLAGS += -lssl -lcrypto
-LDFLAGS += -lxml2 -lz -liconv -lcares -lHermes -lwindom -lgem -lm
+LDFLAGS += -lz -liconv -lcares -lHermes -lwindom -lgem -lm
LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib