diff options
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 |