Removed -liconv from Amiga target as no longer required

svn path=/trunk/netsurf/; revision=4971
This commit is contained in:
Chris Young 2008-08-09 15:17:18 +00:00
parent d432e7f868
commit 1a9ef46863

View File

@ -386,7 +386,7 @@ endif
ifeq ($(TARGET),amiga)
CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I .
LDFLAGS += -lxml2 -lz -ljpeg -lcurl -lm -lmng -lsocket -lpthread -lrosprite -liconv -lregex -lauto -lssl -lcrypto -lamisslauto -mcrt=newlib
LDFLAGS += -lxml2 -lz -ljpeg -lcurl -lm -lmng -lsocket -lpthread -lrosprite -lregex -lauto -lraauto -lssl -lcrypto -lamisslauto -mcrt=newlib
endif
# ----------------------------------------------------------------------------