summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fatfs/Makefile2
-rw-r--r--isofs/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/Makefile b/fatfs/Makefile
index c673b1ba..9a04fbb2 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 053b622e..a037c218 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