aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2325da2913..3253e1f61a 100644
--- a/NEWS
+++ b/NEWS
@@ -82,3 +82,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* SecureRandom now prefers OS-provided sources than OpenSSL. [Bug #9569]
=== Miscellaneous changes
+
+* configure option --with-ext now mandates its arguments. So for
+ instance if you run ./configure --with-ext=openssl,+ then the
+ openssl library is guaranteed compiled, otherwise the build fails
+ abnormally.
+
+ Note however to always add the ",+" at the end of the argument.
+ Otherwise nothing but openssl are built. [Feature #13302]