summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-05-17 17:45:42 +0200
committerUlrich Müller <ulm@gentoo.org>2021-06-05 10:55:39 +0200
commitc1d561c12f727bf475d3f6f06009a1c924cbc4a2 (patch)
tree6fb2d7112e9a516a420078f00822ad5b0a9e845e /pkg-mgr-commands.tex
parentEAPI 8 has econf passing --datarootdir (diff)
downloadpms-c1d561c12f727bf475d3f6f06009a1c924cbc4a2.tar.gz
pms-c1d561c12f727bf475d3f6f06009a1c924cbc4a2.tar.bz2
pms-c1d561c12f727bf475d3f6f06009a1c924cbc4a2.zip
EAPI 8: econf adds --disable-static
Bug: https://bugs.gentoo.org/744871 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r--pkg-mgr-commands.tex18
1 files changed, 11 insertions, 7 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 7909bdd..e74f730 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -338,27 +338,31 @@ commands once the current phase function has returned.
\item \t{-{}-disable-silent-rules}, if the EAPI is listed in table~\ref{tab:econf-options-table}
as using it. This option will only be passed if the string \t{-{}-disable-silent-rules}
occurs in the output of \t{configure -{}-help}.
+ \item \t{-{}-disable-static}, if the EAPI is listed in table~\ref{tab:econf-options-table}
+ as using it. This option will only be passed if the string \t{-{}-disable-static} occurs
+ in the output of \t{configure -{}-help}.
\end{itemize}
\ChangeWhenAddingAnEAPI{8}
\begin{centertable}{Extra \t{econf} arguments for EAPIs}
\label{tab:econf-options-table}
- \begin{tabular}{lllllll}
+ \begin{tabular}{llllllll}
\toprule
\multicolumn{1}{c}{\textbf{EAPI}} &
\multicolumn{1}{P{9em}}{\textbf{-{}-disable-dependency-tracking}} &
\multicolumn{1}{P{5em}}{\textbf{-{}-disable-silent-rules}} &
+ \multicolumn{1}{c}{\textbf{-{}-disable-static}} &
\multicolumn{1}{c}{\textbf{-{}-datarootdir}} &
\multicolumn{1}{c}{\textbf{-{}-docdir}} &
\multicolumn{1}{c}{\textbf{-{}-htmldir}} &
\multicolumn{1}{c}{\textbf{-{}-with-sysroot}} \\
\midrule
- 0, 1, 2, 3 & No & No & No & No & No & No \\
- 4 & Yes & No & No & No & No & No \\
- 5 & Yes & Yes & No & No & No & No \\
- 6 & Yes & Yes & No & Yes & Yes & No \\
- 7 & Yes & Yes & No & Yes & Yes & Yes \\
- 8 & Yes & Yes & Yes & Yes & Yes & Yes \\
+ 0, 1, 2, 3 & No & No & No & No & No & No & No \\
+ 4 & Yes & No & No & No & No & No & No \\
+ 5 & Yes & Yes & No & No & No & No & No \\
+ 6 & Yes & Yes & No & No & Yes & Yes & No \\
+ 7 & Yes & Yes & No & No & Yes & Yes & Yes \\
+ 8 & Yes & Yes & Yes & Yes & Yes & Yes & Yes \\
\bottomrule
\end{tabular}
\end{centertable}