Re: [gentoo-portage-dev] [PATCH] install-qa-check.d/10ignored-flags: fix LDFLAGS check (bug 455232)

2017-10-16 Thread Brian Dolbec
On Sun, 15 Oct 2017 20:59:55 -0700 Zac Medico wrote: > From: Felix Janda > > Since binutils-2.23.51.0.9+ defaults to hash-style=gnu, use > a __gentoo_check_ldflags__ symbol instead. The check is now > enabled by adding "-Wl,--defsym=__gentoo_check_ldflags__=0" > to LDFLAGS. The symbol will be a

Re: [gentoo-portage-dev] [PATCH] prepstrip: use debugedit from rpm if necessary (bug 634378)

2017-10-16 Thread Brian Dolbec
On Mon, 16 Oct 2017 01:17:23 -0700 Zac Medico wrote: > If debugedit is not found in PATH, then use debugedit > installed by app-arch/rpm (if available). > > Suggested-by: Francesco Riosa > Bug: https://bugs.gentoo.org/634378 > --- > bin/ebuild-helpers/prepstrip | 20 > 1 f

[gentoo-portage-dev] [PATCH] prepstrip: use debugedit from rpm if necessary (bug 634378)

2017-10-16 Thread Zac Medico
If debugedit is not found in PATH, then use debugedit installed by app-arch/rpm (if available). Suggested-by: Francesco Riosa Bug: https://bugs.gentoo.org/634378 --- bin/ebuild-helpers/prepstrip | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/bin/ebuild-