- reinstate dmalloc and efence support
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 28 Mar 2007 15:00:27 +0000 (15:00 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 28 Mar 2007 15:00:27 +0000 (15:00 -0000)
Config.in
Makefile.flags

index 650ea0878710a8c4cfdc5cffb515d3b21435c174..6192833c00ac5a084a637e4c115c015596057bd5 100644 (file)
--- 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
index b7711f698e5f2feb13baab5e4cb38ce356870cdf..487300de263857d1bfac0d2d75aab6263dfd722c 100644 (file)
@@ -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