]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
unbound: Add TFO support for unbound
authorerik.kapfer <ummeegge@ipfire.org>
Fri, 14 Dec 2018 11:43:00 +0000 (12:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Dec 2018 22:30:39 +0000 (22:30 +0000)
For further informations, see https://tools.ietf.org/html/rfc7413

Signed-off-by: erik.kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@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)