diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-11-27 19:08:13 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-11-27 19:08:13 +0100 |
commit | ae5697bb352f9aed8522661de37c153828ed6906 (patch) | |
tree | a734345d9f40373f30438c905359ddf563b985ff /debian/patches/bootshell0008-XXX-proc-fix-build.patch | |
parent | 5ef2ca66bc3a305bd6fc96ca14579415a4b50b25 (diff) |
add patch series
Diffstat (limited to 'debian/patches/bootshell0008-XXX-proc-fix-build.patch')
-rw-r--r-- | debian/patches/bootshell0008-XXX-proc-fix-build.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/bootshell0008-XXX-proc-fix-build.patch b/debian/patches/bootshell0008-XXX-proc-fix-build.patch new file mode 100644 index 00000000..b9e1e41c --- /dev/null +++ b/debian/patches/bootshell0008-XXX-proc-fix-build.patch @@ -0,0 +1,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 + |