commit: ef7b5d2753a1f756a09223de2ac1b85697faed83
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue May 5 14:13:18 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon May 11 07:16:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7b5d27
p/f/prefix/s/profile.bashrc: move glibc hack to configure.
sys-libs/glibc are migrated to modern EAPI to provide src_configure().
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
profiles/features/prefix/standalone/profile.bashrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/profiles/features/prefix/standalone/profile.bashrc
b/profiles/features/prefix/standalone/profile.bashrc
index 49293adb98d..bef26cfd012 100644
--- a/profiles/features/prefix/standalone/profile.bashrc
+++ b/profiles/features/prefix/standalone/profile.bashrc
@@ -48,10 +48,10 @@ elif [[ ${CATEGORY}/${PN} == sys-devel/binutils &&
${EBUILD_PHASE} == prepare ]]
fi
[[ -n "${f}" ]] && sed -i -r "s,\"/etc,\"${EPREFIX}/etc," "${f}"
eend $?
-elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == compile ]];
then
+elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == configure
]]; then
cd "${S}"
einfo "Prefixifying hardcoded path"
-
+
for f in libio/iopopen.c \
shadow/lckpwdf.c resolv/{netdb,resolv}.h elf/rtld.c \
nis/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \