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
commit02abf3cc39bee55774bc442bb443e72d97d2f935 (patch)
tree3a49f9009fe8db32af23a963480838aa02b742da /libs
parent824cdc6b5ca63f4480b1ee86eb929b562b281209 (diff)
poco: Re-enable XML support
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/poco/BUILD3
-rwxr-xr-xlibs/poco/DEPENDS5
-rw-r--r--libs/poco/HISTORY1
3 files changed, 6 insertions, 3 deletions
diff --git a/libs/poco/BUILD b/libs/poco/BUILD
index 9051655e8e..2ecc349f11 100755
--- a/libs/poco/BUILD
+++ b/libs/poco/BUILD
@@ -1,6 +1,3 @@
OPTS+=" -DPOCO_UNBUNDLED=true" &&
-# broken in 1.11.0
-OPTS+=" -DENABLE_XML=false" &&
-
default_build
diff --git a/libs/poco/DEPENDS b/libs/poco/DEPENDS
index 7ff0b9d374..8d7f553cd1 100755
--- a/libs/poco/DEPENDS
+++ b/libs/poco/DEPENDS
@@ -4,6 +4,11 @@ depends gcc &&
depends pcre &&
depends libpng &&
+# FIXME -DENABLE_ACTIVERECORD_COMPILER=off required because of missing dep check
+optional_depends expat \
+ '-DENABLE_XML=on' \
+ '-DENABLE_XML=off -DENABLE_ACTIVERECORD_COMPILER=off' \
+ 'for XML support' &&
optional_depends SSL \
"-DENABLE_NETSSL=true" \
"-DENABLE_NETSSL=false" \
diff --git a/libs/poco/HISTORY b/libs/poco/HISTORY
index 07f8e848e2..17a0334584 100644
--- a/libs/poco/HISTORY
+++ b/libs/poco/HISTORY
@@ -1,6 +1,7 @@
2022-08-08 Ismael Luceno <ismael@sourcemage.org>
* BUILD: fixed overridden OPTS
* DETAILS: updated spell to 1.12.2
+ * BUILD, DEPENDS: re-enable (optional) XML support
2021-11-06 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 1.11.1