mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
link libpthread because the librt really needs it to fully function.
This commit is contained in:
parent
50f5f99be1
commit
63f1103de9
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ LIB=rt
|
|||
SHLIB_MAJOR= 1
|
||||
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}
|
||||
CFLAGS+=-Winline -Wall -g
|
||||
LDADD+=-lpthread
|
||||
|
||||
#MAN= libthr.3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue