summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-04-27 17:57:28 +0200
committerJustus Winter <justus@gnupg.org>2016-04-27 17:57:28 +0200
commitbe5b0b13fcbd631ba9919be514c103c4531c57fa (patch)
tree9b469903099c2ed981b640671358424009576e8a
parente07308339d9285ecb948bb09611d32ec9fc2db36 (diff)
drop patch
-rw-r--r--debian/patches/newRPC.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/newRPC.patch b/debian/patches/newRPC.patch
deleted file mode 100644
index ba8afb06..00000000
--- a/debian/patches/newRPC.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Just a build fix.
-
-# missing mach_notify_new_task RPCs
-
-To be removed with glibc 2.21
-
-Index: hurd-debian/proc/Makefile
-===================================================================
---- hurd-debian.orig/proc/Makefile
-+++ hurd-debian/proc/Makefile
-@@ -28,7 +28,7 @@ MIGSFLAGS = -imacros $(srcdir)/mig-mutat
-
- 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
-