From: Paul Moore Date: Mon, 6 Nov 2006 00:44:06 +0000 (-0800) Subject: [NETLABEL]: Fix build failure. X-Git-Tag: v2.6.19-rc5~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38c94377a36f70e86665231c9f477e445c806618;p=pandora-kernel.git [NETLABEL]: Fix build failure. > the build with the attached .config failed, make ends with: > ... > : undefined reference to `cipso_v4_sock_getattr' > net/built-in.o: In function `netlbl_socket_getattr': ... It looks like I was stupid and made NetLabel depend on CONFIG_NET and not CONFIG_INET, the patch below should fix this by making NetLabel depend on CONFIG_INET and CONFIG_SECURITY. Please review and apply for 2.6.19. Signed-off-by: Paul Moore Signed-off-by: David S. Miller --- Reading git-diff-tree failed