summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2020-05-05 22:13:18 +0800
committerBenda Xu <heroxbd@gentoo.org>2020-05-11 15:16:04 +0800
commitef7b5d2753a1f756a09223de2ac1b85697faed83 (patch)
treedfb305d9b2a7750d179a7d9c8d47ea82f6bcdd64 /profiles
parentmedia-sound/lxmusic: consistent indent, useless longdesc (diff)
downloadgentoo-ef7b5d2753a1f756a09223de2ac1b85697faed83.tar.gz
gentoo-ef7b5d2753a1f756a09223de2ac1b85697faed83.tar.bz2
gentoo-ef7b5d2753a1f756a09223de2ac1b85697faed83.zip
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/features/prefix/standalone/profile.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/features/prefix/standalone/profile.bashrc b/profiles/features/prefix/standalone/profile.bashrc
index 49293adb98d1..bef26cfd012f 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 \