From 191fb914c5490d1a11023d81994a41195e93da03 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 21 Apr 2017 05:35:34 +0000 Subject: NEWS entry for [Feature #13302] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) 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] -- cgit v1.2.3