View | Details | Raw Unified | Return to bug 241421 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/ntp/Makefile (-1 / +2 lines)
Lines 23-29 USES+= autoreconf # until rlimit_memlock changes accepted upstream Link Here
23
23
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--enable-leap-smear --enable-trustedbsd-mac \
25
CONFIGURE_ARGS=	--enable-leap-smear --enable-trustedbsd-mac \
26
		--with-locfile=freebsd --with-memlock=-1
26
		--with-locfile=freebsd --with-memlock=-1 \
27
		--with-stack-limit=128
27
28
28
TEST_TARGET=	check
29
TEST_TARGET=	check
29
30

Return to bug 241421