Merge pull request #27942 from obsidiansystems/breaking-changelog

17.09 release-notes: New breaking change: cc-wrapper exports more env vars
This commit is contained in:
John Ericson 2017-08-04 15:01:52 -04:00 committed by GitHub
commit 609ed492e2

View File

@ -142,6 +142,18 @@ rmdir /var/lib/ipfs/.ipfs
being dead and not building with openssl 1.1.
</para>
</listitem>
<listitem>
<para>
<literal>cc-wrapper</literal>'s setup-hook now exports a number of
environment variables corresponding to binutils binaries,
(e.g. <envar>LD</envar>, <envar>STRIP</envar>, <envar>RANLIB</envar>,
etc). This is done to prevent packages' build systems guessing, which is
harder to predict, especially when cross-compiling. However, some packages
have broken due to this—their build systems either not supporting, or
claiming to support without adequate testing, taking such environment
variables as parameters.
</para>
</listitem>
</itemizedlist>
<para>Other notable improvements:</para>