aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-28 15:00:27 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-28 15:00:27 +0000
commit58a275b303adfd1a9f27005ece5e9cb83443b5cc (patch)
treeb51cf8c9f1b989a12e3b1c5fd79f9506ce04e559
parent0eec4abb1371910a5a034da09057fbd0e47b3614 (diff)
downloadbusybox-58a275b303adfd1a9f27005ece5e9cb83443b5cc.tar.gz
- reinstate dmalloc and efence support
-rw-r--r--Config.in1
-rw-r--r--Makefile.flags9
2 files changed, 9 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 650ea0878..6192833c0 100644
--- a/Config.in
+++ b/Config.in
@@ -382,7 +382,6 @@ config WERROR
choice
prompt "Additional debugging library"
default NO_DEBUG_LIB
- depends on DEBUG
help
Using an additional debugging library will make BusyBox become
considerable larger and will cause it to run more slowly. You
diff --git a/Makefile.flags b/Makefile.flags
index b7711f698..487300de2 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -58,4 +58,13 @@ endif
ifeq ($(CONFIG_SELINUX),y)
LDFLAGS += -lselinux -lsepol
endif
+
+ifeq ($(CONFIG_EFENCE),y)
+LDFLAGS += -lefence
+endif
+
+ifeq ($(CONFIG_DMALLOC),y)
+LDFLAGS += -ldmalloc
+endif
+
#LDFLAGS += -nostdlib