summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2018-02-08 22:48:09 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2018-02-08 22:48:09 +0100
commitcefbe341bc31fa3fdfc767a125f6f40d81241884 (patch)
tree5631a68f042e7ae67edd6efd4ad2af2f42736733
parentnet-im/skypeforlinux: version bump to 8.15.0.4 (diff)
downloadgentoo-cefbe341.tar.gz
gentoo-cefbe341.tar.bz2
gentoo-cefbe341.zip
sys-libs/glibc: rpcgen is not used here anymore, so no need for special treatment at abi migration
Closes: https://bugs.gentoo.org/644700 Package-Manager: Portage-2.3.21, Repoman-2.3.6
-rw-r--r--sys-libs/glibc/glibc-2.26-r5.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-2.26-r5.ebuild b/sys-libs/glibc/glibc-2.26-r5.ebuild
index ca34027cda76..798f8ad63058 100644
--- a/sys-libs/glibc/glibc-2.26-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r5.ebuild
@@ -449,9 +449,6 @@ glibc_do_configure() {
echo 'main(){}' > "${T}"/test.c
if ! $(tc-getCC ${CTARGET}) ${CFLAGS} ${LDFLAGS} "${T}"/test.c -Wl,-emain -lgcc 2>/dev/null ; then
sed -i -e '/^CC = /s:$: -B$(objdir)/../'"gcc-${GCC_BOOTSTRAP_VER}/${ABI}:" config.make || die
- mkdir -p sunrpc
- cp $(which rpcgen) sunrpc/cross-rpcgen || die
- touch -t 202001010101 sunrpc/cross-rpcgen || die
fi
fi
}