From 27801da08916e6826f99c2c51461d53f403aaf5b Mon Sep 17 00:00:00 2001 From: "erik.kapfer" Date: Fri, 14 Dec 2018 12:43:00 +0100 Subject: [PATCH] unbound: Add TFO support for unbound For further informations, see https://tools.ietf.org/html/rfc7413 Signed-off-by: erik.kapfer Signed-off-by: Michael Tremer --- lfs/unbound | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/unbound b/lfs/unbound index e4761eb672..07501d1d6d 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.39.5