From 06cf28cb056e3244de28e1cff17403eb2eb424bb Mon Sep 17 00:00:00 2001 From: ngie Date: Tue, 30 May 2017 17:46:19 +0000 Subject: MFC r317168: Add a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow the end-user to build rpcbind(8) with/without warmstart support. The knob defaults to off to preserve POLA for the feature. See rpcbind(8) for more details about the warmstart feature. Relnotes: yes --- share/mk/bsd.own.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'share') diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 0d21cb3..2a745a9 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -406,6 +406,7 @@ __DEFAULT_NO_OPTIONS = \ NAND \ OFED \ PKGTOOLS \ + RPCBIND_WARMSTART_SUPPORT \ SHARED_TOOLCHAIN \ SVN \ TESTS \ -- cgit v1.1