From b17b20cb1aeeb0ff862b4082982310bd98b95e74 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Mon, 24 Apr 2023 14:17:56 +0000 Subject: add the build id for libvulkan_radeon just like the intel* modules this fixes an unveil issue where mesa was trying to stat the module to build an UUID because the build id was not available ok jsg@ --- lib/mesa/mk/libvulkan_radeon/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/mesa/mk') diff --git a/lib/mesa/mk/libvulkan_radeon/Makefile b/lib/mesa/mk/libvulkan_radeon/Makefile index de251dcfd..52a92c2fd 100644 --- a/lib/mesa/mk/libvulkan_radeon/Makefile +++ b/lib/mesa/mk/libvulkan_radeon/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2023/04/06 10:23:44 jsg Exp $ +# $OpenBSD: Makefile,v 1.12 2023/04/24 14:17:55 robert Exp $ LIB= vulkan_radeon @@ -159,7 +159,7 @@ LDADD+= -L${X11BASE}/lib -ldrm -ldrm_amdgpu \ -lX11 -lxcb-dri2 -lxcb-present -lxcb-xfixes -lxcb-sync \ -lxcb-randr -lxcb-shm -lxshmfence -LDADD+= -Wl,--gc-sections \ +LDADD+= ${BUILD_ID_SHA1} -Wl,--gc-sections \ -Wl,--version-script ${MESA_SRC}/src/amd/vulkan/vulkan.sym \ -Wl,--end-group -- cgit v1.2.3