diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-11-05 17:58:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-11-05 17:58:27 +0100 |
commit | 6d7787b87860463038da9ddf4dfa393f103091ff (patch) | |
tree | 0c602a89b399294362d28b189f0037e8323f7361 /README.CVS | |
parent | 3aa7bb4849945c7480873567767db3face604260 (diff) | |
download | hurd-6d7787b87860463038da9ddf4dfa393f103091ff.tar.gz hurd-6d7787b87860463038da9ddf4dfa393f103091ff.tar.bz2 hurd-6d7787b87860463038da9ddf4dfa393f103091ff.zip |
Disable NFS translator and daemon compilation when Sun RPC is lacking.
* Makefile (prog-subdirs): Make `nfs' and `nfsd' conditional on
$(HAVE_SUN_RPC) = yes.
* config.make.in (HAVE_SUN_RPC): New variable.
* configure.in: Check for <rpc/types.h> and `clnt_create'.
* README.CVS: Document dependency on a Sun RPC implementation.
Diffstat (limited to 'README.CVS')
-rw-r--r-- | README.CVS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,13 @@ GNU Mach at least 1.3 GNU C library CVS from 2004-03-09 or later GNU C compiler at least 3.3.2 +Optionally, a Sun RPC implementation is needed to build the NFS +translator and daemon: + +GNU C library at most 2.13 +TI-RPC (currently fails to build on GNU, see + <http://lists.debian.org/debian-hurd/2010/12/msg00007.html>.) + Obviously, you also need somewhat recent versions of binutils, make, bash and some other tools. No hard requirements are currently known for these, though. |