lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 21 Oct 2006 02:37:40 +0200 (CEST)
From:	Jiri Kosina <jikos@...os.cz>
To:	"J.A. Magallón" <jamagallon@....com>
cc:	linux-kernel@...r.kernel.org
Subject: Re: 2.6.19-rc2-mm2

On Sat, 21 Oct 2006, J.A. Magallón wrote:

> Stupid question: how can I build sunrpc as a module ? I have digged 
> through menuconfig and gconfig and am not able to set SUNRPC=m, it just 
> gets autoselected y/n by other options.

CONFIG_SUNRPC is set to the value to which you set CONFIG_NFS_FS - look at 
option NFS_FS in fs/Kconfig:

config NFS_FS
        tristate "NFS file system support"
        depends on INET
        select LOCKD
        select SUNRPC
        select NFS_ACL_SUPPORT if NFS_V3_ACL

So if you want sunrpc to be built as module, set CONFIG_NFS_FS "NFS 
filesystem support" to M. It just works(tm).

-- 
Jiri Kosina

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ