public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/nfs: fix build error
@ 2010-09-03 10:13 Sebastian Andrzej Siewior
  0 siblings, 0 replies; only message in thread
From: Sebastian Andrzej Siewior @ 2010-09-03 10:13 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: linux-nfs

|make ARCH=arm pxa3xx_defconfig

on 2.6.36-rc3 caused

| LD      .tmp_vmlinux1
|fs/built-in.o: In function `nfs_callback_authenticate':
|compr_lzo.c:(.text+0x81640): undefined reference to `svc_gss_principal'
|make[1]: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 fs/nfs/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 6c2aad4..f7e13db 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -63,6 +63,7 @@ config NFS_V3_ACL
 config NFS_V4
 	bool "NFS client support for NFS version 4"
 	depends on NFS_FS
+	select SUNRPC_GSS
 	help
 	  This option enables support for version 4 of the NFS protocol
 	  (RFC 3530) in the kernel's NFS client.
-- 
1.7.2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-03 10:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-03 10:13 [PATCH] fs/nfs: fix build error Sebastian Andrzej Siewior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox