commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 05/53: fatfs: add bz2 to OTHERLIBS


From: Samuel Thibault
Subject: [hurd] 05/53: fatfs: add bz2 to OTHERLIBS
Date: Thu, 20 Mar 2014 02:23:49 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit ab9163fbbf629d82e6eb455dde3221dbd02ea28a
Author: Justus Winter <address@hidden>
Date:   Mon Feb 10 14:41:18 2014 +0100

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

diff --git a/fatfs/Makefile b/fatfs/Makefile
index c673b1b..9a04fbb 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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