]> git.baikalelectronics.ru Git - kernel.git/commit
[NETLABEL]: Fix build failure.
authorPaul Moore <paul.moore@hp.com>
Mon, 6 Nov 2006 00:44:06 +0000 (16:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Nov 2006 00:44:06 +0000 (16:44 -0800)
commite0c5d8f13483d654a69149ca24543dc47b60809c
tree92beb31d6790a434b1965ca99e4fd2903a4da4f2
parentbd8f6769c4fae21c69479b9ae5f9cec3b7be25b8
[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 <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/Kconfig
net/netlabel/Kconfig