summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Thomsen <bth@kamstrup.dk>2014-10-28 16:03:32 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-11-13 14:51:03 +0100
commitf0ccaec5939b53ff85cf74d677768da707422a94 (patch)
treed2ac5bf0b1bd4865fd1dcacf36afd911dd845234
parent6dbc1808a6bdc277772383e3c50de8e231e9b50c (diff)
downloadptxdist-f0ccaec5939b53ff85cf74d677768da707422a94.tar.gz
ptxdist-f0ccaec5939b53ff85cf74d677768da707422a94.tar.xz
strongswan: install curl plugin if selected
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/strongswan.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/strongswan.make b/rules/strongswan.make
index 387e69ed4..57fc7daf6 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