commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 09/11: newRPC.patch: Update


From: Samuel Thibault
Subject: [hurd] 09/11: newRPC.patch: Update
Date: Mon, 02 Jan 2017 19:59:54 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository hurd.

commit 7965353ecefc2f71f76f0b2f44a5c25cea24e4bf
Author: Samuel Thibault <address@hidden>
Date:   Mon Jan 2 18:34:24 2017 +0000

    newRPC.patch: Update
---
 debian/changelog            |  1 +
 debian/patches/newRPC.patch | 34 ++++++++++++++++++++--------------
 2 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3567eaa..d5a3fa9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 hurd (1:0.9.git20170102-1) unstable; urgency=medium
 
   * New upstream snapshot.
+    - newRPC.patch: Update.
     - patches/procfs: New patch to revert /proc/self being magic for now since
     glibc is not ready yet.
     - control: Break old gnumachs, which do not have vm_wire_all, build-depend
diff --git a/debian/patches/newRPC.patch b/debian/patches/newRPC.patch
index e0516c2..856a300 100644
--- a/debian/patches/newRPC.patch
+++ b/debian/patches/newRPC.patch
@@ -1,19 +1,25 @@
 Just a build fix.
 
-# missing mach_notify_new_task RPCs
+# missing vm_wire_all RPCs
 
-To be removed with glibc 2.21
+To be removed with glibc 2.24-9
 
-Index: hurd-debian/proc/Makefile
-===================================================================
---- hurd-debian.orig/proc/Makefile
-+++ hurd-debian/proc/Makefile
-@@ -28,7 +28,7 @@ MIGSFLAGS = -imacros $(srcdir)/mig-mutat
+diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile
+index 3b8ce58e0..3cb506a27 100644
+--- a/mach-defpager/Makefile
++++ b/mach-defpager/Makefile
+@@ -23,11 +23,13 @@ dir        := mach-defpager
+ makemode:= server
+ target        := mach-defpager
  
- MIGSTUBS = processServer.o notifyServer.o \
-       ourmsgUser.o proc_excUser.o proc_excServer.o \
--      task_notifyServer.o
-+      task_notifyServer.o task_notifyUser.o
- OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
- HURDLIBS = ihash ports shouldbeinlibc
- LDLIBS = -lpthread
++MIGSTUBS = gnumachUser.o
++
+ SRCS  := default_pager.c kalloc.c wiring.c main.c setup.c
+ OBJS  := $(SRCS:.c=.o) \
+          $(addsuffix Server.o,\
+                      memory_object default_pager memory_object_default exc) \
+-         default_pager_replyUser.o
++         default_pager_replyUser.o $(MIGSTUBS)
+ 
+ HURDLIBS:= ihash
+ LDLIBS:= -lpthread

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]