From a71241625e8f8ca510302c96df7e0ee551fb8e17 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 10 Feb 2014 14:48:26 +0100 Subject: add fix-build.patch --- debian/patches/fix-build.patch | 26 ++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 27 insertions(+) create mode 100644 debian/patches/fix-build.patch (limited to 'debian/patches') diff --git a/debian/patches/fix-build.patch b/debian/patches/fix-build.patch new file mode 100644 index 00000000..6340181b --- /dev/null +++ b/debian/patches/fix-build.patch @@ -0,0 +1,26 @@ +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 + diff --git a/debian/patches/series b/debian/patches/series index 333eca0d..7cd1d7e3 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +fix-build.patch feature-proc-set-task-name-to-pid.patch diskfs_no_inherit_dir_group.patch init_try_runsystem.gnu.patch -- cgit v1.2.3