mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
GNU_CONFIGURE: Fix ax_am_jobserver usage to respect MAKE_JOBS_NUMBER.
PR: 217670 [exp-run] With hat: portmgr
This commit is contained in:
parent
8b01fc68d6
commit
91b726dcf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436097
2 changed files with 3 additions and 1 deletions
|
@ -2560,6 +2560,9 @@ SET_LATE_CONFIGURE_ARGS= \
|
|||
if [ ! -z "`${CONFIGURE_CMD} --help 2>&1 | ${GREP} -- '--disable-silent-rules'`" ]; then \
|
||||
_LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --disable-silent-rules" ; \
|
||||
fi ; \
|
||||
if [ ! -z "`${CONFIGURE_CMD} --help 2>&1 | ${GREP} -- '--enable-jobserver\[.*\#\]'`" ]; then \
|
||||
_LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --enable-jobserver=${MAKE_JOBS_NUMBER}" ; \
|
||||
fi ; \
|
||||
if [ ! -z "`${CONFIGURE_CMD} --help 2>&1 | ${GREP} -- '--infodir'`" ]; then \
|
||||
_LATE_CONFIGURE_ARGS="$${_LATE_CONFIGURE_ARGS} --infodir=${GNU_CONFIGURE_PREFIX}/${INFO_PATH}/${INFO_SUBDIR}" ; \
|
||||
fi ; \
|
||||
|
|
|
@ -21,7 +21,6 @@ USE_LDCONFIG= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-memcached \
|
||||
--without-sphinx-build \
|
||||
--enable-jobserver=${MAKE_JOBS_NUMBER} \
|
||||
--enable-libmemcachedprotocol
|
||||
|
||||
LIBS+= -L${LOCALBASE}/lib -lexecinfo
|
||||
|
|
Loading…
Add table
Reference in a new issue