diff options
Diffstat (limited to 'libstore/Makefile')
-rw-r--r-- | libstore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/Makefile b/libstore/Makefile index 607940b7..542738f2 100644 --- a/libstore/Makefile +++ b/libstore/Makefile @@ -53,7 +53,7 @@ libstore.so-LDLIBS += $(PARTED_LIBS) -ldl installhdrs=store.h HURDLIBS = shouldbeinlibc -LDLIBS += -lpthread +LDLIBS += -lpthread -lbz2 GUNZIP_OBJS = unzip.o inflate.o util.o BUNZIP2_OBJS = do-bunzip2.o OBJS = $(SRCS:.c=.o) $(GUNZIP_OBJS) $(BUNZIP2_OBJS) |