* [PATCH] net: make CONFIG_NETLABEL explicitly dependent on CONFIG_INET
@ 2012-11-30 15:35 Paul Moore
0 siblings, 0 replies; only message in thread
From: Paul Moore @ 2012-11-30 15:35 UTC (permalink / raw)
To: netdev; +Cc: rdunlap
This should resolve an issue found during testing with random
configuration files.
net/built-in.o: In function `netlbl_cfg_cipsov4_add':
(.text+0x61757): undefined reference to `cipso_v4_doi_add'
net/built-in.o: In function `netlbl_cfg_cipsov4_del':
(.text+0x6177d): undefined reference to `cipso_v4_doi_remove'
[... and so on ...]
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Paul Moore <pmoore@redhat.com>
---
net/netlabel/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netlabel/Kconfig b/net/netlabel/Kconfig
index 56958c8..f272826 100644
--- a/net/netlabel/Kconfig
+++ b/net/netlabel/Kconfig
@@ -4,7 +4,7 @@
config NETLABEL
bool "NetLabel subsystem support"
- depends on SECURITY
+ depends on SECURITY && INET
default n
---help---
NetLabel provides support for explicit network packet labeling
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-30 15:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-30 15:35 [PATCH] net: make CONFIG_NETLABEL explicitly dependent on CONFIG_INET Paul Moore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).