summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-21 23:15:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2013-02-21 23:15:46 +0000
commit28ddfb27c4a51ce23cb430b300c7b7e8af6375f6 (patch)
treecbac5b49c6d663f14e97b0568716600a24a02003
parent70df2d197d308bebe5155600524bd3ac678dfab5 (diff)
downloadnetsurf-28ddfb27c4a51ce23cb430b300c7b7e8af6375f6.tar.gz
netsurf-28ddfb27c4a51ce23cb430b300c7b7e8af6375f6.tar.bz2
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.
-rw-r--r--amiga/Makefile.target1
1 files changed, 0 insertions, 1 deletions
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