From: erik.kapfer Date: Fri, 14 Dec 2018 11:37:37 +0000 (+0100) Subject: unbound: Add TFO support for unbound X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Funbound_tfo;p=people%2Fummeegge%2Fipfire-2.x.git unbound: Add TFO support for unbound For further informations, see https://tools.ietf.org/html/rfc7413 Signed-off-by: erik.kapfer --- 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)