From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XoxdP-0008J4-CA for ptxdist@pengutronix.de; Thu, 13 Nov 2014 17:52:39 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1XoxdP-0000KI-Ar for ptxdist@pengutronix.de; Thu, 13 Nov 2014 17:52:39 +0100 Date: Thu, 13 Nov 2014 17:52:39 +0100 From: Michael Olbrich Message-ID: <20141113165239.GV30196@pengutronix.de> References: <1414508613-25667-1-git-send-email-bth@kamstrup.dk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1414508613-25667-1-git-send-email-bth@kamstrup.dk> Subject: Re: [ptxdist] [PATCH] strongswan: install curl plugin if selected Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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 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 > ptxdist@pengutronix.de > -- 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 ptxdist@pengutronix.de