aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-06 19:28:50 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-06 19:28:50 +0000
commit56924fab4ffc073637c5467f079be414e16efc37 (patch)
tree05f6461f18eba790a90a971c41ddb91163ae7847 /Makefile.flags
parent35179d30707811e8670403d157557c56ab2e5726 (diff)
downloadbusybox-w32-56924fab4ffc073637c5467f079be414e16efc37.tar.gz
busybox-w32-56924fab4ffc073637c5467f079be414e16efc37.tar.bz2
busybox-w32-56924fab4ffc073637c5467f079be414e16efc37.zip
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
git-svn-id: svn://busybox.net/trunk/busybox@17802 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags
index e4ca7c6c5..b7711f698 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -54,4 +54,8 @@ endif
54ifeq ($(CONFIG_STATIC),y) 54ifeq ($(CONFIG_STATIC),y)
55LDFLAGS += -static 55LDFLAGS += -static
56endif 56endif
57
58ifeq ($(CONFIG_SELINUX),y)
59LDFLAGS += -lselinux -lsepol
60endif
57#LDFLAGS += -nostdlib 61#LDFLAGS += -nostdlib