bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] isofs: add bz2 to OTHERLIBS


From: Justus Winter
Subject: [PATCH 1/2] isofs: add bz2 to OTHERLIBS
Date: Mon, 10 Feb 2014 14:42:25 +0100

* isofs/Makefile (OTHERLIBS): Add bz2.
---
 isofs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
1.8.5.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]