From: erik.kapfer Date: Fri, 14 Dec 2018 11:43:00 +0000 (+0100) Subject: unbound: Add TFO support for unbound X-Git-Tag: v2.21-core127~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27801da08916e6826f99c2c51461d53f403aaf5b;p=ipfire-2.x.git 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 --- 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)