diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-08-13 15:00:59 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-08-13 15:00:59 +0200 |
commit | d1184dd62850f151384864c99183eaf01b089d37 (patch) | |
tree | 883442aa2dd9ed00826437bf1850a98d9ae7dfe2 /debian | |
parent | ee0b1c299364608eede022d86a7e4f5289c78926 (diff) |
link mach-defpager dynamically
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/mach-defpager-dl.patch | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/mach-defpager-dl.patch b/debian/patches/mach-defpager-dl.patch new file mode 100644 index 00000000..75c4ff85 --- /dev/null +++ b/debian/patches/mach-defpager-dl.patch @@ -0,0 +1,12 @@ +diff --git a/mach-defpager/Makefile b/mach-defpager/Makefile +index 4f987fa..0ee5f07 100644 +--- a/mach-defpager/Makefile ++++ b/mach-defpager/Makefile +@@ -31,7 +31,6 @@ OBJS := $(SRCS:.c=.o) \ + + HURDLIBS:= ihash + OTHERLIBS:= -lpthread +-LDFLAGS += -static + + include ../Makeconf + diff --git a/debian/patches/series b/debian/patches/series index 37f752f5..7a9a374d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +mach-defpager-dl.patch ext2fs-fix-remount.patch libexec.patch |