summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2012-11-25 23:23:54 +0100
committerFrançois Revol <revol@free.fr>2012-11-25 23:23:54 +0100
commit2836c1775ab1f3bd4257f7ab43f21366b60a2206 (patch)
tree9bd902d9a645dd2faecd66286d290e9b404342b1 /beos
parente38c0f2c3bd81501cbc3ff504c2e61fa90fcec3d (diff)
downloadnetsurf-2836c1775ab1f3bd4257f7ab43f21366b60a2206.tar.gz
netsurf-2836c1775ab1f3bd4257f7ab43f21366b60a2206.tar.bz2
beos: Don't link with libxml2 anymore
Diffstat (limited to 'beos')
-rw-r--r--beos/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/Makefile.target b/beos/Makefile.target
index 0c662cb0b..27981be2d 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -12,7 +12,7 @@
LDFLAGS += -lssl -lcrypto -lcss
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG (libsvgtiny)))
LDFLAGS += -ldom -lparserutils -lhubbub -lwapcaplet
- LDFLAGS += -lexpat -lxml2 -lcurl -liconv
+ LDFLAGS += -lexpat -lcurl -liconv
CFLAGS += -I. -O $(WARNFLAGS) -Dnsbeos \
-D_BSD_SOURCE -D_POSIX_C_SOURCE \