strongswan: enable nat-transport.

This commit is contained in:
Arne Fitzenreiter
2011-12-03 23:35:23 +01:00
parent f56a85b243
commit 759da567c3

View File

@@ -75,7 +75,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" \
--enable-cisco-quirks \
--enable-curl
--enable-curl \
--enable-nattransport
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install