diff options
Diffstat (limited to 'debian/patches/libpthread_procfs.patch')
-rw-r--r-- | debian/patches/libpthread_procfs.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/libpthread_procfs.patch b/debian/patches/libpthread_procfs.patch index 2ad9e2e8..8d3ddbe0 100644 --- a/debian/patches/libpthread_procfs.patch +++ b/debian/patches/libpthread_procfs.patch @@ -15,14 +15,14 @@ Index: hurd-debian/Makefile # Hurd programs prog-subdirs = auth proc exec init term \ @@ -40,7 +41,7 @@ - login daemons nfsd boot console \ + login daemons boot console \ hostmux usermux ftpfs trans \ console-client utils sutils ufs-fsck ufs-utils \ - benchmarks fstests + benchmarks fstests procfs random - # Other directories - other-subdirs = hurd doc config release include + ifeq ($(HAVE_SUN_RPC),yes) + prog-subdirs += nfs nfsd Index: hurd-debian/procfs/Makefile =================================================================== --- hurd-debian.orig/procfs/Makefile 2010-09-27 19:50:41.000000000 +0000 |