mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Scale FD_SETSIZE with WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT
Submitted by: Joe Schaefer <joe_schaefer@yahoo.com>
This commit is contained in:
parent
fafc804922
commit
83febfdab5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355269
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= qmail
|
||||
PORTVERSION?= ${QMAIL_VERSION}
|
||||
PORTREVISION?= 10
|
||||
PORTREVISION?= 11
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES+= ${MASTER_SITE_QMAIL}
|
||||
DISTNAME= ${PORTNAME}-${QMAIL_VERSION}
|
||||
@ -594,6 +594,7 @@ UCSPISRC= ${WRKDIR}/host/superscript.com/net/ucspi-ssl-0.70
|
||||
# Some default values, these can be modified by make command line
|
||||
.if ${PORT_OPTIONS:MBIG_CONCURRENCY_PATCH}
|
||||
WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT?= 509
|
||||
CFLAGS+= -DFD_SETSIZE=`expr 2 \* ${WITH_BIG_CONCURRENCY_PATCH_CONCURRENCY_LIMIT} + 6`
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MRCDLINK} && !defined(SLAVE_LDAP)
|
||||
|
Loading…
Reference in New Issue
Block a user