
From: Adrian Bunk <bunk@fs.tum.de>

  LD      .tmp_vmlinux1
security/built-in.o(.text+0x97e4): In function `selnl_notify':
: undefined reference to `alloc_skb'
security/built-in.o(.text+0x988a): In function `selnl_notify':
: undefined reference to `netlink_broadcast'

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/security/selinux/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN security/selinux/Kconfig~security_selinux-depends-on-net security/selinux/Kconfig
--- 25/security/selinux/Kconfig~security_selinux-depends-on-net	2004-05-31 16:38:24.769662568 -0700
+++ 25-akpm/security/selinux/Kconfig	2004-05-31 16:38:24.772662112 -0700
@@ -1,6 +1,6 @@
 config SECURITY_SELINUX
 	bool "NSA SELinux Support"
-	depends on SECURITY
+	depends on SECURITY && NET
 	default n
 	help
 	  This selects NSA Security-Enhanced Linux (SELinux).
_
