From 6fda494ac8eb0b7eedb5f5c1b9879004bd4bbd40 Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Fri, 31 Dec 2010 15:56:09 +0100 Subject: [PATCH] Fix --disable-dependency-tracking b0rkage, bug 211529. --- pkg-mgr-commands.tex | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 528687e..6b53737 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -141,7 +141,8 @@ has returned. \item -{}-host must be the value of the \t{CHOST} environment variable. \item -{}-libdir must be set according to Algorithm~\ref{alg:econf-libdir}. \item -{}-disable-dependency-tracking, if the EAPI is listed in - table~\ref{tab:econf-options-table} as using it. + table~\ref{tab:econf-options-table} as using it. This option will only be passed if the + string \t{disable-dependency-tracking} occurs in the output of \t{configure -{}-help}. \end{itemize} \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table} -- 1.7.4.rc1