commit | d46d3c292e9aff0550f6540ab631d742fe353964 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Feb 06 19:28:50 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Feb 06 19:28:50 2007 +0000 |
tree | 05f6461f18eba790a90a971c41ddb91163ae7847 | |
parent | b292264bfd7064b651192b966f30d76b75161c70 [diff] [blame] |
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
diff --git a/Makefile.flags b/Makefile.flags index e4ca7c6..b7711f6 100644 --- a/Makefile.flags +++ b/Makefile.flags
@@ -54,4 +54,8 @@ ifeq ($(CONFIG_STATIC),y) LDFLAGS += -static endif + +ifeq ($(CONFIG_SELINUX),y) +LDFLAGS += -lselinux -lsepol +endif #LDFLAGS += -nostdlib