summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-04-30 11:56:05 +0100
committerVincent Sanders <vince@kyllikki.org>2014-04-30 11:56:57 +0100
commit56b42943d0ad0d032b2219290a2b7a02fa598466 (patch)
tree4c7b4eb8123aa875ecfbc3fe5f954b7d1816d32e /beos
parent1822b7c1633671cd41e60a04f7eeaf86dcec4141 (diff)
downloadnetsurf-56b42943d0ad0d032b2219290a2b7a02fa598466.tar.gz
netsurf-56b42943d0ad0d032b2219290a2b7a02fa598466.tar.bz2
improve iconv library handling
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 ed7532dc2..a1259d644 100644
--- a/beos/Makefile.target
+++ b/beos/Makefile.target
@@ -12,7 +12,7 @@ LDFLAGS += -L/boot/common/lib
LDFLAGS += -lssl -lcrypto -lcss
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG (libsvgtiny)))
LDFLAGS += -ldom -lparserutils -lhubbub -lwapcaplet
-LDFLAGS += -lexpat -lcurl -liconv
+LDFLAGS += -lexpat -lcurl
CFLAGS += -O $(WARNFLAGS) -Dnsbeos -D_BSD_SOURCE -D_POSIX_C_SOURCE \
-Drestrict="" -Wno-multichar