]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strongswan
strongswan: Increase stroke buffer size to 8k
[ipfire-2.x.git] / lfs / strongswan
index 1de4320051dfbfa367027bb4748368ce42eda007..f227bba66555cd0c4a2b4083673c93293f6ea7c3 100644 (file)
@@ -78,6 +78,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-5.3.0-stroke-Increase-stroke-buffer-size-to-8k.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-ipfire.patch
 
        cd $(DIR_APP) && [ -x "configure" ] || ./autogen.sh