summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorIsmael Luceno2022-08-08 18:30:16 +0200
committerIsmael Luceno2022-08-08 18:30:16 +0200
commitac150de3930c13437f239129060f082501b17e98 (patch)
tree8d26d4805c2aabf4de72cb9a10d33434d53e4d02 /libs
parent02abf3cc39bee55774bc442bb443e72d97d2f935 (diff)
poco: Fix SSL dependency flags
Disabling SSL also needs ENABLE_CRYPTO=off and ENABLE_JWT=off.
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/poco/DEPENDS4
-rw-r--r--libs/poco/HISTORY1
2 files changed, 3 insertions, 2 deletions
diff --git a/libs/poco/DEPENDS b/libs/poco/DEPENDS
index 8d7f553cd1..2ab4827e2b 100755
--- a/libs/poco/DEPENDS
+++ b/libs/poco/DEPENDS
@@ -10,8 +10,8 @@ optional_depends expat \
'-DENABLE_XML=off -DENABLE_ACTIVERECORD_COMPILER=off' \
'for XML support' &&
optional_depends SSL \
- "-DENABLE_NETSSL=true" \
- "-DENABLE_NETSSL=false" \
+ "-DENABLE_NETSSL=on" \
+ "-DENABLE_NETSSL=off -DENABLE_JWT=off -DENABLE_CRYPTO=off" \
"to build NetSSL_OpenSSL and Crypt support" &&
optional_depends ODBC-MGR \
"-DENABLE_DATA_ODBC=true" \
diff --git a/libs/poco/HISTORY b/libs/poco/HISTORY
index 17a0334584..8096a36adf 100644
--- a/libs/poco/HISTORY
+++ b/libs/poco/HISTORY
@@ -2,6 +2,7 @@
* BUILD: fixed overridden OPTS
* DETAILS: updated spell to 1.12.2
* BUILD, DEPENDS: re-enable (optional) XML support
+ * DEPENDS: fixed SSL dependency flags
2021-11-06 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 1.11.1