On Tue, Oct 28, 2014 at 04:03:32PM +0100, Bruno Thomsen wrote: > Curl plugin was not installed due to typo in ifdef. > > Runtime error message: > plugin 'curl' failed to load: /usr/lib/plugins/libstrongswan-curl.so: cannot > open shared object file: No such file or directory > > Signed-off-by: Bruno Thomsen <[email protected]>
Thanks, applied. Michael > --- > rules/strongswan.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/strongswan.make b/rules/strongswan.make > index 387e69e..57fc7da 100644 > --- a/rules/strongswan.make > +++ b/rules/strongswan.make > @@ -225,7 +225,7 @@ STRONGSWAN_PLUGINS := \ > libstrongswan-xauth-generic.so \ > libstrongswan-xcbc.so > > -ifdef PTXCONF_STRONGSWAN_LIBCUR > +ifdef PTXCONF_STRONGSWAN_LIBCURL > STRONGSWAN_PLUGINS += libstrongswan-curl.so > endif > ifdef PTXCONF_STRONGSWAN_AFALG > -- > 1.9.1 > > > -- > ptxdist mailing list > [email protected] > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
