From 2dc04aaecba268b79f79fdfa2484c15bb4a71970 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 13 Nov 2014 16:16:07 +0100 Subject: add patch series --- debian/patches/0014-proc-fix-build.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 debian/patches/0014-proc-fix-build.patch (limited to 'debian/patches/0014-proc-fix-build.patch') diff --git a/debian/patches/0014-proc-fix-build.patch b/debian/patches/0014-proc-fix-build.patch new file mode 100644 index 00000000..da7df7dc --- /dev/null +++ b/debian/patches/0014-proc-fix-build.patch @@ -0,0 +1,26 @@ +From e829c09cc222097e88ec87fb3ee5ee8df917e600 Mon Sep 17 00:00:00 2001 +From: Justus Winter <4winter@informatik.uni-hamburg.de> +Date: Thu, 13 Nov 2014 05:27:57 +0100 +Subject: [PATCH hurd 14/14] 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.1 + -- cgit v1.2.3