X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Funbound;h=b090010d42e30ee398610c5c40c9c0c56268d75f;hb=97a238f4bf11d8f1964c764216bc55020a54e3d4;hp=4adc1a00c13f1c9e1fcfafced46689f8d479b9bc;hpb=7a3772381f39dabfd69c05d40ccfa9ec178e3929;p=ipfire-2.x.git diff --git a/lfs/unbound b/lfs/unbound index 4adc1a00c1..b090010d42 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@ include Config -VER = 1.7.2 +VER = 1.9.0 THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1f4fd7e5032a9c5658cbde2c83f5f3be +$(DL_FILE)_MD5 = 1026159991a3883518525bc18e25582f install : $(TARGET) @@ -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)