summaryrefslogtreecommitdiff
path: root/debian/patches/0027-mach-defpager-fix-build.patch
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-02 00:29:37 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-02 00:29:37 +0100
commitdf1a438eae4acd80c9a9ac8cfcf596ff21adef1c (patch)
treea9bf557001bfaddf46da6fdc49293b0d02715718 /debian/patches/0027-mach-defpager-fix-build.patch
parent370e931feb0f74481b30236a11e8de95f2cba8d6 (diff)
add patch series
Diffstat (limited to 'debian/patches/0027-mach-defpager-fix-build.patch')
-rw-r--r--debian/patches/0027-mach-defpager-fix-build.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/0027-mach-defpager-fix-build.patch b/debian/patches/0027-mach-defpager-fix-build.patch
new file mode 100644
index 00000000..ce2d7203
--- /dev/null
+++ b/debian/patches/0027-mach-defpager-fix-build.patch
@@ -0,0 +1,25 @@
+From 1f33d9bf82670af8b70f157d87698319a6d793f8 Mon Sep 17 00:00:00 2001
+From: Justus Winter <4winter@informatik.uni-hamburg.de>
+Date: Fri, 14 Mar 2014 00:32:52 +0100
+Subject: [PATCH hurd 27/29] mach-defpager: fix build
+
+---
+ mach-defpager/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile
+index 09debed..ed115bd 100644
+--- a/mach-defpager/Makefile
++++ b/mach-defpager/Makefile
+@@ -27,7 +27,7 @@ SRCS := default_pager.c kalloc.c wiring.c main.c setup.c
+ OBJS := $(SRCS:.c=.o) \
+ $(addsuffix Server.o,\
+ memory_object default_pager memory_object_default exc) \
+- default_pager_replyUser.o
++ default_pager_replyUser.o mach_portUser.o
+
+ HURDLIBS:= ihash
+ OTHERLIBS:= -lpthread
+--
+2.1.3
+