]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strongswan
core87: work arround u-boot folder detection bug.
[ipfire-2.x.git] / lfs / strongswan
index dd1f0ac848b7a1bb09d279df8750d831849626c5..642d651823b694171fc16eafeb3add65263c6f6b 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.1.2-5.2.1_modp_custom.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-5.0.2_ipfire.patch
 
        cd $(DIR_APP) && [ -x "configure" ] || ./autogen.sh