ruby-changes:46315
From: shyouhei <ko1@a...>
Date: Fri, 21 Apr 2017 14:35:39 +0900 (JST)
Subject: [ruby-changes:46315] shyouhei:r58429 (trunk): NEWS entry for [Feature #13302]
shyouhei 2017-04-21 14:35:34 +0900 (Fri, 21 Apr 2017) New Revision: 58429 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58429 Log: NEWS entry for [Feature #13302] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 58428) +++ NEWS (revision 58429) @@ -82,3 +82,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L82 * 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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/