summaryrefslogtreecommitdiff
path: root/debian/patches/external-splitinit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/external-splitinit.patch')
-rw-r--r--debian/patches/external-splitinit.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/debian/patches/external-splitinit.patch b/debian/patches/external-splitinit.patch
index a2ba6c82..c0f05fee 100644
--- a/debian/patches/external-splitinit.patch
+++ b/debian/patches/external-splitinit.patch
@@ -24,18 +24,6 @@ index 0b9eff2..12b56f0 100644
ifeq ($(HAVE_SUN_RPC),yes)
prog-subdirs += nfs nfsd
---- hurd-debian.orig/Makeconf
-+++ hurd-debian/Makeconf
-@@ -548,6 +548,6 @@ vpath %.defs $(top_srcdir)/hurd
- # These we want to find in the libc include directory...
- mach_defs_names = bootstrap exc mach mach4 \
- mach_host mach_port mach_timer_reply memory_object \
-- memory_object_default notify
-+ memory_object_default notify experimental
- mach_debug_defs_names = mach_debug
- device_defs_names = dev_forward device device_reply device_request
-
- mach_defs = $(addsuffix .defs,$(mach_defs_names))
diff --git a/configure.ac b/configure.ac
index 05b959b..68ec159 100644
--- a/configure.ac
@@ -53,3 +41,15 @@ index 05b959b..68ec159 100644
# Check for ncursesw, which is needed for the console-curses client.
hurd_LIB_NCURSESW
+diff --git a/Makeconf b/Makeconf
+index 5439913..1d70e53 100644
+--- a/Makeconf
++++ b/Makeconf
+@@ -582,6 +582,7 @@ mach_defs_names = bootstrap exc mach mach4 \
+ mach_debug_defs_names = mach_debug
+ device_defs_names = dev_forward device device_reply device_request
+
++mach_defs_names += experimental
+ mach_defs = $(addsuffix .defs,$(mach_defs_names))
+ mach_debug_defs = $(addsuffix .defs,$(mach_debug_defs_names))
+ device_defs = $(addsuffix .defs,$(device_defs_names))