mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bruno Thomsen <bth@kamstrup.dk>
To: ptxdist@pengutronix.de
Cc: bth@kamstrup.dk
Subject: [ptxdist] [PATCH] strongswan: install curl plugin if selected
Date: Tue, 28 Oct 2014 16:03:32 +0100	[thread overview]
Message-ID: <1414508613-25667-1-git-send-email-bth@kamstrup.dk> (raw)

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 <bth@kamstrup.dk>
---
 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

             reply	other threads:[~2014-10-28 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-28 15:03 Bruno Thomsen [this message]
2014-11-13 16:52 ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1414508613-25667-1-git-send-email-bth@kamstrup.dk \
    --to=bth@kamstrup.dk \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox