Commit e31ddbd9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

strongswan needs curl to be enabled to fetch CRLs

parent dc24e379
all: strongswan-conf swanctl-conf ipsec-notify vpn-config all: strongswan-conf swanctl-conf ipsec-notify vpn-config
tar xf strongswan-5.6.3.tar.bz2 tar xf strongswan-5.6.3.tar.bz2
cd strongswan-5.6.3 && ./configure --prefix=/usr --sysconfdir=/etc --enable-systemd --enable-swanctl --disable-charon --disable-stroke --disable-scepclient --disable-connmark cd strongswan-5.6.3 && ./configure --prefix=/usr --sysconfdir=/etc --enable-systemd --enable-swanctl --disable-charon --disable-stroke --disable-scepclient --disable-connmark --enable-curl
$(MAKE) -C strongswan-5.6.3 $(MAKE) -C strongswan-5.6.3
# FIXME: strongswan tests failure! # FIXME: strongswan tests failure!
# $(MAKE) -C strongswan-5.6.3 check # $(MAKE) -C strongswan-5.6.3 check
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment