summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-30 18:47:25 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-04-30 18:47:25 +0000
commit5112f058c6b77e8ec5cb6e56dccd7e539c40dbf2 (patch)
treeb2ca51b8cf516e5b08eda389a2ab6f4c7cad981d /Makefile
parenta3b14f6d9870f50e2f7e3bf756e9883676f0ddd6 (diff)
downloadnetsurf-5112f058c6b77e8ec5cb6e56dccd7e539c40dbf2.tar.gz
netsurf-5112f058c6b77e8ec5cb6e56dccd7e539c40dbf2.tar.bz2
Tweak for OS4.1 Update 2
svn path=/trunk/netsurf/; revision=10532
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8693bf24b..e16d3bc6e 100644
--- a/Makefile
+++ b/Makefile
@@ -517,12 +517,12 @@ ifeq ($(TARGET),amiga)
$(eval $(call feature_enabled,MNG,,-llcms -ljpeg,PNG/JNG/MNG (libmng)))
CFLAGS += -D__USE_INLINE__ -std=c99 -I . -Dnsamiga
- LDFLAGS += -lxml2 -lcurl -lpthread -lregex -lauto
+ LDFLAGS += -lxml2 -ldl -lcurl -lpthread -lregex -lauto
LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet
ifeq ($(NETSURF_AMIGA_USE_CAIRO),YES)
CFLAGS += -DNS_AMIGA_CAIRO -I SDK:local/common/include/cairo
- LDFLAGS += -use-dynld -lcairo -lpixman-1 -lfreetype -lfontconfig -lpng12 -lexpat
+ LDFLAGS += -use-dynld -lcairo -lpixman-1 -lfreetype -lfontconfig -lpng -lexpat
endif
endif