summaryrefslogtreecommitdiff
path: root/frontends/amiga/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-04 15:11:17 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-06-09 19:41:27 +0100
commit1a235de6628693b18e1b2e9a5ed1d4154d2fe749 (patch)
tree57ee976405e8fa29d1cffa62b13715c3419f412d /frontends/amiga/Makefile
parent7314651b9506d9810ce15c45811894e4e6a89107 (diff)
downloadnetsurf-1a235de6628693b18e1b2e9a5ed1d4154d2fe749.tar.gz
netsurf-1a235de6628693b18e1b2e9a5ed1d4154d2fe749.tar.bz2
Enable clib2 debug to work
Diffstat (limited to 'frontends/amiga/Makefile')
-rw-r--r--frontends/amiga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index 77d2b45f4..6b680727f 100644
--- a/frontends/amiga/Makefile
+++ b/frontends/amiga/Makefile
@@ -21,7 +21,7 @@ LDFLAGS += $(shell $(PKG_CONFIG) --static --libs libcurl)
LDFLAGS += $(shell $(PKG_CONFIG) --libs tre)
LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
-LDFLAGS += -lpbl -liconv
+LDFLAGS += -lpbl -liconv -ldebug
ifeq ($(NETSURF_USE_OPENSSL),YES)
LDFLAGS += $(shell $(PKG_CONFIG) --static --libs openssl)