diff options
Diffstat (limited to 'appendices.tex')
-rw-r--r-- | appendices.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appendices.tex b/appendices.tex index 3d2ef52..69bd2ed 100644 --- a/appendices.tex +++ b/appendices.tex @@ -114,6 +114,14 @@ all-of, any-of, exactly-one-of, at-most-one-of and use-conditional groups with z However, such empty groups were neither supported by all package managers nor used in ebuilds. They were dropped from the specification in October 2017. +\subsection{econf -{}-disable-static option} +The \t{-{}-disable-static} option in \t{econf} (see section~\ref{sec:build-commands}) was intended +to disable only static Libtool archive building. The original check for either +\t{-{}-disable-static} or \t{-{}-enable-static} occuring in \t{configure -{}-help} output produced +false positives. The specification was therefore updated in November 2022; it now requires both +\t{-{}-enable-static} and \t{-{}-enable-shared}, and in addition checks for a proper end of the +option string. + % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en : %%% Local Variables: |