From: Arne Fitzenreiter Date: Sun, 4 Dec 2011 10:24:11 +0000 (+0100) Subject: strongwan: fix typo. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=c94a87be39e38adef8b4ca291ea74fe0390d9e75 strongwan: fix typo. --- diff --git a/lfs/strongswan b/lfs/strongswan index 43c6695ac..e2da4754a 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" \ --enable-cisco-quirks \ --enable-curl \ - --enable-nattransport + --enable-nat-transport cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install