mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] strongswan: install curl plugin if selected
@ 2014-10-28 15:03 Bruno Thomsen
  2014-11-13 16:52 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Bruno Thomsen @ 2014-10-28 15:03 UTC (permalink / raw)
  To: ptxdist; +Cc: bth

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-13 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-28 15:03 [ptxdist] [PATCH] strongswan: install curl plugin if selected Bruno Thomsen
2014-11-13 16:52 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox