summaryrefslogtreecommitdiff
path: root/debian/patches/fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix-build.patch')
-rw-r--r--debian/patches/fix-build.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/fix-build.patch b/debian/patches/fix-build.patch
deleted file mode 100644
index 6340181b..00000000
--- a/debian/patches/fix-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/fatfs/Makefile b/fatfs/Makefile
-index c673b1b..9a04fbb 100644
---- a/fatfs/Makefile
-+++ b/fatfs/Makefile
-@@ -23,7 +23,7 @@ SRCS = inode.c main.c dir.c pager.c fat.c virt-inode.c node-create.c
-
- OBJS = $(SRCS:.c=.o)
- HURDLIBS = diskfs iohelp fshelp store pager ports ihash shouldbeinlibc
--OTHERLIBS = -lpthread
-+OTHERLIBS = -lpthread -lbz2
-
- include ../Makeconf
-
-diff --git a/isofs/Makefile b/isofs/Makefile
-index 053b622..a037c21 100644
---- a/isofs/Makefile
-+++ b/isofs/Makefile
-@@ -22,7 +22,7 @@ SRCS = inode.c main.c lookup.c pager.c rr.c
-
- OBJS = $(SRCS:.c=.o)
- HURDLIBS = diskfs iohelp fshelp store pager ports ihash shouldbeinlibc
--OTHERLIBS = -lpthread
-+OTHERLIBS = -lpthread -lbz2
-
- include ../Makeconf
-