mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- Build non-threaded version by default
PR: 57243 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
This commit is contained in:
parent
e530b8fce1
commit
14ef631e93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89450
@ -44,7 +44,7 @@ PKGDEINSTALL= ${PKGINSTALL}
|
||||
INSTALL_DIR?= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755
|
||||
|
||||
.ifndef(WITH_PTHREADS)
|
||||
CONFIGURE_ARGS+= --disable-threads
|
||||
CONFIGURE_ARGS+= --without-pthreads
|
||||
.else
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS}"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user