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.

This commit is contained in:
Chris Young 2013-02-21 23:15:46 +00:00
parent 70df2d197d
commit 28ddfb27c4
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ else
ifeq ($(SUBTARGET),os3)
LDFLAGS += -lpbl -liconv
else
CFLAGS += -DAMIGA_NETSURF_REPLACE_ALLOC
LDFLAGS += -lauto -lpbl -liconv
endif
endif