]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
strongswan: enable nat-transport.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 3 Dec 2011 22:35:23 +0000 (23:35 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 3 Dec 2011 22:35:23 +0000 (23:35 +0100)
lfs/strongswan

index fdd88969e4be5b7a50f57df49fd78c94b5276709..43c6695ac3b38de21b5a45df0558bd0ae42b9adf 100644 (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