Remove -liconv, as we use newlib's implementation and

lpu handles opening of iconv itself.

svn path=/trunk/netsurf/; revision=11928
This commit is contained in:
Chris Young 2011-03-06 22:21:38 +00:00
parent de688b59e1
commit a88963d82e

View File

@ -24,7 +24,7 @@ ifeq ($(HOST),amiga)
CFLAGS += -D__USE_INLINE__ -D__USE_BASETYPE__ -I /SDK/local/common/include/libpng12
LDFLAGS += -lxml2 -lcurl -lrtmp -lpthread -lregex -lauto -lpbl
LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet -liconv
LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet
ifeq ($(NETSURF_AMIGA_USE_CAIRO),YES)
CFLAGS += -DNS_AMIGA_CAIRO -I /SDK/local/common/include/cairo