APFS: fix link issue when compiling with Clang
This commit is contained in:
parent
a65ff8a1aa
commit
b33f504e8f
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ SRCS= open.c table.c inode.c main.c super.c link.c \
|
|||
DPADD+= ${LIBSYS}
|
||||
LDADD+= -lsys
|
||||
|
||||
.if ${COMPILER_TYPE} == "gnu"
|
||||
LDADD+= -lc
|
||||
.endif
|
||||
|
||||
MAN=
|
||||
|
||||
BINDIR?= /usr/sbin
|
||||
|
|
Loading…
Reference in a new issue