summaryrefslogtreecommitdiff
path: root/libxerces-c/INSTALL
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-02-25 11:08:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-02-25 11:08:35 +0300
commit08015a5208b1eb8273bf4ca9dd8779188fdb8a82 (patch)
tree6e7a8dd97dbf55bf7b0e1773fc60d08fb2578e8b /libxerces-c/INSTALL
parentd31a6b344973db0c96e77b923753d8b1fa8d7767 (diff)
Release version 3.2.3+2v3.2.3+2
Use caret version constraint for depends manifest values Add config.libxerces_c.network project configuration variable Fix use-after-free error (CVE-2018-1311) Add symlink attribute for symbolic links that refer to upstream subdirectories Fix MinGW GCC's 'redeclared without dllimport attribute' warnings
Diffstat (limited to 'libxerces-c/INSTALL')
-rw-r--r--libxerces-c/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/libxerces-c/INSTALL b/libxerces-c/INSTALL
index bfa5487..022fbf8 100644
--- a/libxerces-c/INSTALL
+++ b/libxerces-c/INSTALL
@@ -5,3 +5,10 @@ $ bpkg build libxerces-c
But if you don't want to use the package manager, then you can also build this
package manually using the standard build2 build system.
+
+Note that by default libxerces-c is built without network support. To enable
+it, run the following command instead:
+
+@@ Revise when the package conditional dependencies are supported.
+
+$ bpkg build libxerces-c +{ config.libxerces_c.network=true } libcurl