diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-03 13:08:30 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-11-03 13:08:30 +0100 |
commit | 71d3c17ee6f4cbee2575f0827916da6575f0a9d7 (patch) | |
tree | d41ad441d22baf465920eaca864cdf52b6dba1f1 /debian/patches | |
parent | c9cca67917b65452c72a682fdae37fbff438499e (diff) |
add mach-defpager-fix-build.patch
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/mach-defpager-fix-build.patch | 19 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/mach-defpager-fix-build.patch b/debian/patches/mach-defpager-fix-build.patch new file mode 100644 index 00000000..e67c3a25 --- /dev/null +++ b/debian/patches/mach-defpager-fix-build.patch @@ -0,0 +1,19 @@ +commit 616e3b788d49ba734f2aac219d1666f031afc8cf +Author: Justus Winter <4winter@informatik.uni-hamburg.de> +Date: Fri Mar 14 00:32:52 2014 +0100 + + mach-defpager: fix build + +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 diff --git a/debian/patches/series b/debian/patches/series index bc97aab5..2c54826d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -60,3 +60,4 @@ libpager-fixthreads.patch 0002-include-use-assert-backtrace.h-in-refcount.h.patch 0003-hack_why_doesnt_backtrace_symbols_fd_work.patch use__ATOMIC_SEQ_CST.patch +mach-defpager-fix-build.patch |