summaryrefslogtreecommitdiff
path: root/debian/patches/bootshell0008-XXX-proc-fix-build.patch
blob: b9e1e41cfe3179291503a71649e20ca46f74b1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 159cdfb86b4c6c870e44935a82b94bc38e670561 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/11] 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