From: Arne Fitzenreiter Date: Thu, 14 Oct 2010 19:21:55 +0000 (+0200) Subject: strongswan: enabled curl for http fetching revoking lists. X-Git-Tag: v2.9-beta1~48^2~5^2~2^2~56 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=e4e28e19c69001f363933552ea997de7f012a947 strongswan: enabled curl for http fetching revoking lists. --- diff --git a/config/rootfiles/common/strongswan b/config/rootfiles/common/strongswan index 8b9ec78a6d..2f723a8f97 100644 --- a/config/rootfiles/common/strongswan +++ b/config/rootfiles/common/strongswan @@ -40,6 +40,9 @@ usr/libexec/ipsec/plugins/libstrongswan-aes.so #usr/libexec/ipsec/plugins/libstrongswan-attr.a #usr/libexec/ipsec/plugins/libstrongswan-attr.la usr/libexec/ipsec/plugins/libstrongswan-attr.so +#usr/libexec/ipsec/plugins/libstrongswan-curl.a +#usr/libexec/ipsec/plugins/libstrongswan-curl.la +usr/libexec/ipsec/plugins/libstrongswan-curl.so #usr/libexec/ipsec/plugins/libstrongswan-des.a #usr/libexec/ipsec/plugins/libstrongswan-des.la usr/libexec/ipsec/plugins/libstrongswan-des.so diff --git a/lfs/strongswan b/lfs/strongswan index 51fae7773c..c57f6c97f5 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -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