diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-06 13:46:04 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-06 13:46:04 +0100 |
commit | 848f2aeafe62bd88c06868e0d36d43c5514626c1 (patch) | |
tree | a3bfc8f64c9e94446e37c3f24f67e6933bad86de /debian/patches | |
parent | 2d54b45b36351bc9bbec6ac4483ff5f2df206694 (diff) |
debian/patches/libpthread_procfs.patch: Refresh.
Diffstat (limited to 'debian/patches')
-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 |