summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2016-01-02 14:07:52 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2016-01-02 14:07:52 +0100
commit4f4ffdbfc5e68e9cce7e80e33d62cac1e43e6a03 (patch)
tree3916a85ef8323a34f0d50aea1af43da5ae5a3f18
parent5fe5ef4ffa0746c03a0c78f69b780e0cf41e3699 (diff)
update patch
-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
-