]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/strongswan
strongswan: enabled curl for http fetching revoking lists.
[ipfire-2.x.git] / lfs / strongswan
index 51fae7773c9d89724cdf11a83b1d9bc8287b2843..c57f6c97f54e80214660214fe6fef1bca2e5347e 100644 (file)
@@ -73,7 +73,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/strongswan-4.4.0_ipfire.patch
 
-       cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" --enable-cisco-quirks
+       cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" \
+                                       --enable-cisco-quirks \
+                                       --enable-curl
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install