diff options
author | 2023-09-28 21:40:57 -0400 | |
---|---|---|
committer | 2023-09-28 22:25:39 -0400 | |
commit | 7500f8469f5704d3f71f9e4990b1158906283d78 (patch) | |
tree | 78a713557dcd6324bf483f1174bc6a39c91d1688 /media-libs/mesa/mesa-9999.ebuild | |
parent | media-libs/mesa: Version bump to 23.2.1 (diff) | |
download | gentoo-7500f8469f5704d3f71f9e4990b1158906283d78.tar.gz gentoo-7500f8469f5704d3f71f9e4990b1158906283d78.tar.bz2 gentoo-7500f8469f5704d3f71f9e4990b1158906283d78.zip |
media-libs/mesa: Fix symbol check unit tests
Closes: https://bugs.gentoo.org/830728
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 25ed409ab65a..08cf94dc4000 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -290,6 +290,12 @@ pkg_setup() { python-any-r1_pkg_setup } +src_prepare() { + default + sed -i -e "/^PLATFORM_SYMBOLS/a '__gentoo_check_ldflags__'," \ + bin/symbols-check.py || die # bug #830728 +} + multilib_src_configure() { local emesonargs=() |