Fix linking with libpthreads
This commit is contained in:
parent
cfecb19d9d
commit
d94267b5d6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ SRCS= threads.h call_once.c cnd.c mtx.c thrd.c tss.c
|
||||||
MAN= thrd_create.3
|
MAN= thrd_create.3
|
||||||
|
|
||||||
CPPFLAGS+= -Wno-incompatible-pointer-types-discards-qualifiers
|
CPPFLAGS+= -Wno-incompatible-pointer-types-discards-qualifiers
|
||||||
LIBADD= pthread
|
LDADD= -L${BSDOBJDIR}/lib/librthread -lpthread
|
||||||
|
|
||||||
VERSION_SCRIPT= ${.CURDIR}/Symbol.map
|
VERSION_SCRIPT= ${.CURDIR}/Symbol.map
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue