Skip to content

Commit

Permalink
graphics/mesa-devel: unbreak build with LLD 17
Browse files Browse the repository at this point in the history
ld: error: version script assignment of 'global' to symbol '__driDriverExtensions' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'nouveau_drm_screen_create' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'radeon_drm_winsys_create' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'amdgpu_winsys_create' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'fd_drm_screen_create_renderonly' failed: symbol not defined
ld: error: version script assignment of 'global' to symbol 'ac_init_shared_llvm_once' failed: symbol not defined
  • Loading branch information
jbeich committed Sep 16, 2023
1 parent 576a753 commit 6527ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphics/mesa-devel/Makefile
Expand Up @@ -47,6 +47,7 @@ MESON_ARGS= -Dgallium-omx=disabled \
-Dplatforms=${PLATFORMS:O:[-1..1]:ts,} \
-Dvideo-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc \
${NULL}
LDFLAGS+= -Wl,--undefined-version # https://gitlab.freedesktop.org/mesa/mesa/-/issues/8003
PLIST_SUB= ARCH=${ARCH:S/amd/x86_/}

OPTIONS_DEFINE= LIBUNWIND LLVM LTO OPENCL VAAPI VDPAU VKLAYERS WAYLAND X11 ZSTD
Expand Down

0 comments on commit 6527ebd

Please sign in to comment.