From mboxrd@z Thu Jan 1 00:00:00 1970 From: "erik.kapfer" To: development@lists.ipfire.org Subject: [PATCH] unbound: Add TFO support for unbound Date: Fri, 14 Dec 2018 12:43:00 +0100 Message-ID: <20181214114300.32648-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0764275807716207282==" List-Id: --===============0764275807716207282== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit For further informations, see https://tools.ietf.org/html/rfc7413 Signed-off-by: erik.kapfer --- lfs/unbound | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/unbound b/lfs/unbound index e4761eb67..07501d1d6 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -79,6 +79,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-static \ --with-libevent \ --enable-event-api \ + --enable-tfo-client \ + --enable-tfo-server \ ac_cv_func_getentropy=no cd $(DIR_APP) && make $(MAKETUNING) -- 2.12.2 --===============0764275807716207282==--