From 28ddfb27c4a51ce23cb430b300c7b7e8af6375f6 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 21 Feb 2013 23:15:46 +0000 Subject: Deactivate alloc replacement; it refuses to work when other libs are involved. Replacing the relevant malloc/realloc/free triplets in textarea.c does appear to work with the replacement, however. --- amiga/Makefile.target | 1 - 1 file changed, 1 deletion(-) diff --git a/amiga/Makefile.target b/amiga/Makefile.target index b2e3db957..624d2f936 100644 --- a/amiga/Makefile.target +++ b/amiga/Makefile.target @@ -61,7 +61,6 @@ else ifeq ($(SUBTARGET),os3) LDFLAGS += -lpbl -liconv else - CFLAGS += -DAMIGA_NETSURF_REPLACE_ALLOC LDFLAGS += -lauto -lpbl -liconv endif endif -- cgit v1.2.3