diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-02-08 22:48:09 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-02-08 22:48:09 +0100 |
commit | cefbe341bc31fa3fdfc767a125f6f40d81241884 (patch) | |
tree | 5631a68f042e7ae67edd6efd4ad2af2f42736733 /sys-libs | |
parent | net-im/skypeforlinux: version bump to 8.15.0.4 (diff) | |
download | gentoo-cefbe341bc31fa3fdfc767a125f6f40d81241884.tar.gz gentoo-cefbe341bc31fa3fdfc767a125f6f40d81241884.tar.bz2 gentoo-cefbe341bc31fa3fdfc767a125f6f40d81241884.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
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.26-r5.ebuild | 3 |
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 } |