mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
remove local symbols to fix ld.ldd build errors: - ld.lld: error: version script assignment of 'local' to symbol '_fini' failed: symbol not defined - ld.lld: error: version script assignment of 'local' to symbol '_init' failed: symbol not defined Upstream PR: https://github.com/PCRE2Project/pcre2/pull/884 Patch: https://github.com/termux/termux-packages/blob/master/packages/pcre2/0001-version-script-remove-local-symbols.patch Closes: https://bugs.gentoo.org/973026 Signed-off-by: Pepper Gray <hello@peppergray.xyz> Part-of: https://github.com/gentoo/gentoo/pull/46135 Closes: https://github.com/gentoo/gentoo/pull/46135 Signed-off-by: Sam James <sam@gentoo.org>