summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-06 22:21:38 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-06 22:21:38 +0000
commita88963d82e3821797ff65afb5e68dbcbf5e13d60 (patch)
tree34b3d9fa47fc16180aa3db2922a96dd4200f8e29 /amiga
parentde688b59e1fb3403e5b291c30dc81064e4452678 (diff)
downloadnetsurf-a88963d82e3821797ff65afb5e68dbcbf5e13d60.tar.gz
netsurf-a88963d82e3821797ff65afb5e68dbcbf5e13d60.tar.bz2
Remove -liconv, as we use newlib's implementation and
lpu handles opening of iconv itself. svn path=/trunk/netsurf/; revision=11928
Diffstat (limited to 'amiga')
-rw-r--r--amiga/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index a68167641..adb072f95 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -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