commit: 09371bc694d5b854abad844c61643c562e97bd3d Author: Z. Liu <zhixu.liu <AT> gmail <DOT> com> AuthorDate: Mon Dec 8 13:25:26 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 18 04:17:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09371bc6
media-tv/mythtv: don't call nm directly and remove option "--disable-stripping", which is removed in commit https://github.com/MythTV/mythtv/commit/e0a57fa266c8d1bb8b27cc43a5eed41eef540434 Closes: https://bugs.gentoo.org/733770 Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44952 Closes: https://github.com/gentoo/gentoo/pull/44952 Signed-off-by: Sam James <sam <AT> gentoo.org> media-tv/mythtv/mythtv-35.0_p20250723.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/mythtv/mythtv-35.0_p20250723.ebuild b/media-tv/mythtv/mythtv-35.0_p20250723.ebuild index 280bee604739..e7d8bc15e154 100644 --- a/media-tv/mythtv/mythtv-35.0_p20250723.ebuild +++ b/media-tv/mythtv/mythtv-35.0_p20250723.ebuild @@ -172,7 +172,6 @@ src_configure() { if use debug; then myconf+=( --compile-type=debug ) - myconf+=( --disable-stripping ) # FIXME: does not disable for all files, only for some myconf+=( --enable-valgrind ) # disables timeouts for valgrind memory debugging else myconf+=( --compile-type=release ) @@ -293,6 +292,7 @@ src_configure() { --cc="$(tc-getCC)" \ --cxx="$(tc-getCXX)" \ --ar="$(tc-getAR)" \ + --nm="$(tc-getNM)" \ --optflags="${CFLAGS}" \ --extra-cflags="${CFLAGS}" \ --extra-cxxflags="${CXXFLAGS}" \
