]> git.ipfire.org Git - people/ummeegge/ipfire-2.x.git/commitdiff
unbound: Add TFO support for unbound unbound_tfo
authorerik.kapfer <ummeegge@ipfire.org>
Fri, 14 Dec 2018 11:37:37 +0000 (12:37 +0100)
committererik.kapfer <ummeegge@ipfire.org>
Fri, 14 Dec 2018 11:39:23 +0000 (12:39 +0100)
For further informations, see https://tools.ietf.org/html/rfc7413

Signed-off-by: erik.kapfer <ummeegge@ipfire.org>
lfs/unbound

index e4761eb6729cc31a833d877f457e5d648ca502f8..07501d1d6d5fe2e95dfc9c1e3e82bf735636850f 100644 (file)
@@ -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)