summaryrefslogtreecommitdiff
path: root/debian/patches/mach-defpager-dl.patch
blob: 308d9ad5838a7c3c7dc2bc569e47d6dc357c6843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 036a49a..3b8ce58 100644
--- a/mach-defpager/Makefile
+++ b/mach-defpager/Makefile
@@ -30,7 +30,6 @@ OBJS 	:= $(SRCS:.c=.o) \
 	   default_pager_replyUser.o
 
 HURDLIBS:= ihash
-LDFLAGS += -static -z muldefs
 LDLIBS:= -lpthread
 
 include ../Makeconf