summaryrefslogtreecommitdiffstats
path: root/libs/poco/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'libs/poco/DEPENDS')
-rwxr-xr-xlibs/poco/DEPENDS4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/poco/DEPENDS b/libs/poco/DEPENDS
index 8334c8807e..b50019313a 100755
--- a/libs/poco/DEPENDS
+++ b/libs/poco/DEPENDS
@@ -2,7 +2,7 @@ optional_depends openssl \
"" \
"" \
"to build NetSSL_OpenSSL and Crypt support" &&
-optional_depends unixodbc \
+optional_depends ODBC-MGR \
"" \
"" \
"to build Data/ODBC support" &&
@@ -15,7 +15,7 @@ if ! is_depends_enabled $SPELL openssl; then
OMIT="NetSSL_OpenSSL,Crypto"
fi &&
-if ! is_depends_enabled $SPELL unixodbc; then
+if ! is_depends_enabled $SPELL $(get_spell_provider $SPELL ODBC-MGR); then
if [ ${#OMIT} -gt 0 ]; then
OMIT="${OMIT},"
fi &&