hush: take care of several easy FIXMEs. -228 bytes.
[oweals/busybox.git] / Makefile.flags
index 487300de263857d1bfac0d2d75aab6263dfd722c..988d6e708062ccdb50eb612664e714b6dcf231ba 100644 (file)
@@ -56,15 +56,18 @@ LDFLAGS += -static
 endif
 
 ifeq ($(CONFIG_SELINUX),y)
-LDFLAGS += -lselinux -lsepol
+LDLIBS += -lselinux -lsepol
 endif
 
 ifeq ($(CONFIG_EFENCE),y)
-LDFLAGS += -lefence
+LDLIBS += -lefence
 endif
 
 ifeq ($(CONFIG_DMALLOC),y)
-LDFLAGS += -ldmalloc
+LDLIBS += -ldmalloc
 endif
 
 #LDFLAGS += -nostdlib
+
+# Busybox is a stack-fatty so make sure we increase default size
+FLTFLAGS += -s 20000