diff options
Diffstat (limited to 'debian/patches/mach-defpager-dl.patch')
-rw-r--r-- | debian/patches/mach-defpager-dl.patch | 12 |
1 files changed, 12 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 + |