Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Thu, 01 Aug 2019 08:16:01
Message-Id: 1564414054.3b8646696a4d64a216caf5f4154fc874f29cccfb.ulm@gentoo
1 commit: 3b8646696a4d64a216caf5f4154fc874f29cccfb
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 15:27:34 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 15:27:34 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3b864669
7
8 pkg-mgr-commands.tex: Specify --with-sysroot in econf correctly.
9
10 If ESYSROOT is empty, then econf must pass --with-sysroot="/"
11 as option to configure.
12
13 This agrees with the implementation in portage and pkgcore.
14
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 pkg-mgr-commands.tex | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
21 index 95e3306..4d44baf 100644
22 --- a/pkg-mgr-commands.tex
23 +++ b/pkg-mgr-commands.tex
24 @@ -309,7 +309,7 @@ commands once the current phase function has returned.
25 \item \t{-{}-htmldir} must be \t{\$\{EPREFIX\}/usr/share/doc/\$\{PF\}/html}, if the EAPI is
26 listed in table~\ref{tab:econf-options-table} as using it. This option will only be passed
27 if the string \t{-{}-htmldir} occurs in the output of \t{configure -{}-help}.
28 - \item \t{-{}-with-sysroot} must be \t{\$\{ESYSROOT\}}, if the EAPI is listed in
29 + \item \t{-{}-with-sysroot} must be \t{\$\{ESYSROOT:-/\}}, if the EAPI is listed in
30 table~\ref{tab:econf-options-table} as using it. This option will only be passed if the
31 string \t{-{}-with-sysroot} occurs in the output of \t{configure -{}-help}.
32 \item \t{-{}-build} must be the value of the \t{CBUILD} environment variable. This option will