diff options
Diffstat (limited to 'fatfs/Makefile')
-rw-r--r-- | fatfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/Makefile b/fatfs/Makefile index 9a04fbb2..2555669c 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 -lbz2 +OTHERLIBS = -lpthread -lbz2 -lz include ../Makeconf |