summaryrefslogtreecommitdiff
path: root/debian/patches/bootshell0008-XXX-proc-fix-build.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-27 19:08:13 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-11-27 19:08:13 +0100
commit5ef2ca66bc3a305bd6fc96ca14579415a4b50b25 (patch)
tree6fe5cfdc8afd51591f8b10c5f34014c8b2e0beec /debian/patches/bootshell0008-XXX-proc-fix-build.patch
parent382e0c5ab257dde5880e50ff8af7dd839d7bc5c6 (diff)
drop old patch series
Diffstat (limited to 'debian/patches/bootshell0008-XXX-proc-fix-build.patch')
-rw-r--r--debian/patches/bootshell0008-XXX-proc-fix-build.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/bootshell0008-XXX-proc-fix-build.patch b/debian/patches/bootshell0008-XXX-proc-fix-build.patch
deleted file mode 100644
index 74ad46ec..00000000
--- a/debian/patches/bootshell0008-XXX-proc-fix-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From e6f0f472d75c351882d9a06e2f7925cdcdf18785 Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Fri, 9 Jan 2015 13:41:13 +0100
-Subject: [PATCH hurd 08/10] XXX proc fix build
-
----
- proc/Makefile | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/proc/Makefile b/proc/Makefile
-index 2275a66..7cc4af5 100644
---- a/proc/Makefile
-+++ b/proc/Makefile
-@@ -32,6 +32,9 @@ MIGSTUBS = processServer.o notifyServer.o \
- OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
- HURDLIBS = ihash ports shouldbeinlibc
-
-+# XXX: fix build
-+MIGSTUBS += gnumachUser.o task_notifyUser.o
-+
- OTHERLIBS = -lpthread
-
- include ../Makeconf
---
-2.1.4
-