diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-06 19:28:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-06 19:28:50 +0000 |
commit | d46d3c292e9aff0550f6540ab631d742fe353964 (patch) | |
tree | 05f6461f18eba790a90a971c41ddb91163ae7847 /Makefile.flags | |
parent | b292264bfd7064b651192b966f30d76b75161c70 (diff) | |
download | busybox-w32-d46d3c292e9aff0550f6540ab631d742fe353964.tar.gz busybox-w32-d46d3c292e9aff0550f6540ab631d742fe353964.tar.bz2 busybox-w32-d46d3c292e9aff0550f6540ab631d742fe353964.zip |
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 4 |
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 | |||
54 | ifeq ($(CONFIG_STATIC),y) | 54 | ifeq ($(CONFIG_STATIC),y) |
55 | LDFLAGS += -static | 55 | LDFLAGS += -static |
56 | endif | 56 | endif |
57 | |||
58 | ifeq ($(CONFIG_SELINUX),y) | ||
59 | LDFLAGS += -lselinux -lsepol | ||
60 | endif | ||
57 | #LDFLAGS += -nostdlib | 61 | #LDFLAGS += -nostdlib |