From: Thomas Veerman Date: Wed, 22 Feb 2012 15:17:14 +0000 (+0000) Subject: iso9660: link with libc X-Git-Tag: v3.2.1~698 X-Git-Url: http://zhaoyanbai.com/repos/man.named-checkzone.html?a=commitdiff_plain;h=eb4096ccd1ac7add3403b08ac1d364ff1b3bced5;p=minix.git iso9660: link with libc Prevents assert("inited") in _env.c (libc) from triggering. --- diff --git a/servers/iso9660fs/Makefile b/servers/iso9660fs/Makefile index 1578dfa2a..d42022f49 100644 --- a/servers/iso9660fs/Makefile +++ b/servers/iso9660fs/Makefile @@ -4,7 +4,7 @@ SRCS= main.c table.c mount.c super.c inode.c \ utility.c misc.c path.c read.c stadir.c cache.c DPADD+= ${LIBBDEV} ${LIBSYS} -LDADD+= -lbdev -lsys +LDADD+= -lbdev -lsys -lc MAN=