Strongswan: open firewall for IPinIP encapsulated traffic.

This commit is contained in:
Arne Fitzenreiter
2010-05-08 16:44:09 +02:00
parent 58fcc270a7
commit 50a488f4f8
2 changed files with 22 additions and 16 deletions

View File

@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-4.3.6_ipfire.patch
cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-4.4.0_ipfire.patch
cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc"
cd $(DIR_APP) && make $(MAKETUNING)