svn commit: trunk/busybox
aldot at busybox.net
aldot at busybox.net
Wed Mar 28 15:00:28 UTC 2007
Author: aldot
Date: 2007-03-28 08:00:27 -0700 (Wed, 28 Mar 2007)
New Revision: 18261
Log:
- reinstate dmalloc and efence support
Modified:
trunk/busybox/Config.in
trunk/busybox/Makefile.flags
Changeset:
Modified: trunk/busybox/Config.in
===================================================================
--- trunk/busybox/Config.in 2007-03-28 01:38:04 UTC (rev 18260)
+++ trunk/busybox/Config.in 2007-03-28 15:00:27 UTC (rev 18261)
@@ -382,7 +382,6 @@
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
Modified: trunk/busybox/Makefile.flags
===================================================================
--- trunk/busybox/Makefile.flags 2007-03-28 01:38:04 UTC (rev 18260)
+++ trunk/busybox/Makefile.flags 2007-03-28 15:00:27 UTC (rev 18261)
@@ -58,4 +58,13 @@
ifeq ($(CONFIG_SELINUX),y)
LDFLAGS += -lselinux -lsepol
endif
+
+ifeq ($(CONFIG_EFENCE),y)
+LDFLAGS += -lefence
+endif
+
+ifeq ($(CONFIG_DMALLOC),y)
+LDFLAGS += -ldmalloc
+endif
+
#LDFLAGS += -nostdlib
More information about the busybox-cvs
mailing list