Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Thu, 08 Feb 2018 21:48:44
Message-Id: 1518126489.cefbe341bc31fa3fdfc767a125f6f40d81241884.dilfridge@gentoo
1 commit: cefbe341bc31fa3fdfc767a125f6f40d81241884
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 8 21:48:09 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 8 21:48:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefbe341
7
8 sys-libs/glibc: rpcgen is not used here anymore, so no need for special treatment at abi migration
9
10 Closes: https://bugs.gentoo.org/644700
11 Package-Manager: Portage-2.3.21, Repoman-2.3.6
12
13 sys-libs/glibc/glibc-2.26-r5.ebuild | 3 ---
14 1 file changed, 3 deletions(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.26-r5.ebuild b/sys-libs/glibc/glibc-2.26-r5.ebuild
17 index ca34027cda7..798f8ad6305 100644
18 --- a/sys-libs/glibc/glibc-2.26-r5.ebuild
19 +++ b/sys-libs/glibc/glibc-2.26-r5.ebuild
20 @@ -449,9 +449,6 @@ glibc_do_configure() {
21 echo 'main(){}' > "${T}"/test.c
22 if ! $(tc-getCC ${CTARGET}) ${CFLAGS} ${LDFLAGS} "${T}"/test.c -Wl,-emain -lgcc 2>/dev/null ; then
23 sed -i -e '/^CC = /s:$: -B$(objdir)/../'"gcc-${GCC_BOOTSTRAP_VER}/${ABI}:" config.make || die
24 - mkdir -p sunrpc
25 - cp $(which rpcgen) sunrpc/cross-rpcgen || die
26 - touch -t 202001010101 sunrpc/cross-rpcgen || die
27 fi
28 fi
29 }