From 4f4ffdbfc5e68e9cce7e80e33d62cac1e43e6a03 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 2 Jan 2016 14:07:52 +0100 Subject: update patch --- debian/patches/mach-defpager-dl.patch | 18 +++++++++++++----- 1 file 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 - -- cgit v1.2.3