Fix thread support.
PR: 138942 Submitted by: andrew.w.nosenko@gmail.com Feature safe: yes
This commit is contained in:
parent
e2ebb4e08e
commit
7e22e041af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241743
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ MAN3= libxml.3
|
|||
.endif
|
||||
|
||||
.if defined(WITH_THREADS_BREAK)
|
||||
CONFIGURE_ARGS+= --with-threads
|
||||
CONFIGURE_ARGS+= --with-threads=pthread
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-threads
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue