summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/mach-defpager-dl.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/debian/patches/mach-defpager-dl.patch b/debian/patches/mach-defpager-dl.patch
index 75c4ff85..308d9ad5 100644
--- a/debian/patches/mach-defpager-dl.patch
+++ b/debian/patches/mach-defpager-dl.patch
@@ -1,12 +1,20 @@
+commit 47e02e36a5f272497f5603a1fcc6124d124679d5
+Author: Justus Winter <4winter@informatik.uni-hamburg.de>
+Date: Sat Jan 2 14:06:18 2016 +0100
+
+ mach-defpager: link dynamically
+
+ * mach-defpager/Makefile (LDFLAGS): Drop.
+
diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile
-index 4f987fa..0ee5f07 100644
+index 036a49a..3b8ce58 100644
--- a/mach-defpager/Makefile
+++ b/mach-defpager/Makefile
-@@ -31,7 +31,6 @@ OBJS := $(SRCS:.c=.o) \
+@@ -30,7 +30,6 @@ OBJS := $(SRCS:.c=.o) \
+ default_pager_replyUser.o
HURDLIBS:= ihash
- OTHERLIBS:= -lpthread
--LDFLAGS += -static
+-LDFLAGS += -static -z muldefs
+ LDLIBS:= -lpthread
include ../Makeconf
-