summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-11-10 22:45:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-11-10 22:45:34 +0000
commitd27952c35947eb5adfc6ea6517e68cda24fd9745 (patch)
treec236dd860b081e241992807e5ff4e7dbb67de43c /amiga/Makefile.target
parent17542373bdf8d306275cf7b4e087a436119674ba (diff)
downloadnetsurf-d27952c35947eb5adfc6ea6517e68cda24fd9745.tar.gz
netsurf-d27952c35947eb5adfc6ea6517e68cda24fd9745.tar.bz2
Update to newer libcurl, avoids libssl conflicts (credit: MickJT)
svn path=/trunk/netsurf/; revision=10943
Diffstat (limited to 'amiga/Makefile.target')
-rw-r--r--amiga/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index c2b546563..994d31177 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -20,7 +20,7 @@ $(eval $(call feature_enabled,WEBP,-DWITH_WEBP,-lwebp -lvpx,WebP (libwebp)))
$(eval $(call feature_enabled,AMIGA_ICON,-DWITH_AMIGA_ICON,,Amiga icon ))
CFLAGS += -D__USE_INLINE__ -std=c99 -I . -I /SDK/local/common/include/libpng12 -Dnsamiga
-LDFLAGS += -lxml2 -lcurl -lpthread -lregex -lauto
+LDFLAGS += -lxml2 -lcurl -lrtmp -lpthread -lregex -lauto
LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet -liconv
ifeq ($(NETSURF_AMIGA_USE_CAIRO),YES)