From 759da567c3a189d12b51445ec7eb3728092752b0 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 3 Dec 2011 23:35:23 +0100 Subject: [PATCH] strongswan: enable nat-transport. --- lfs/strongswan | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/strongswan b/lfs/strongswan index fdd88969e4..43c6695ac3 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -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 -- 2.39.2