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]>
---
 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]

Reply via email to