From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.kamstrup.com ([93.167.225.188]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Xj8JB-000639-1c for ptxdist@pengutronix.de; Tue, 28 Oct 2014 16:03:42 +0100 From: Bruno Thomsen Date: Tue, 28 Oct 2014 16:03:32 +0100 Message-ID: <1414508613-25667-1-git-send-email-bth@kamstrup.dk> MIME-Version: 1.0 Subject: [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 Cc: bth@kamstrup.dk 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 --- 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