diff options
-rw-r--r-- | isofs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |