summaryrefslogtreecommitdiff
path: root/isofs
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-02-10 13:35:46 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-02-10 13:35:46 +0100
commitf968b1b2b0de0c16311f3781664dd4464822cea9 (patch)
tree3bb8ffcd3b31d7e8b71093d996b37d29a6c65aca /isofs
parentb60c41a3b3e05072637e6277f23455b76197e5b3 (diff)
isofs: add bz2 to OTHERLIBS
* isofs/Makefile (OTHERLIBS): Add bz2.
Diffstat (limited to 'isofs')
-rw-r--r--isofs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isofs/Makefile b/isofs/Makefile
index 053b622e7..a037c2185 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