mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 22:09:43 +03:00
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:
parent
de688b59e1
commit
a88963d82e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user