From b682ce7a347581fce7da258e52bdc409fe36b8485d0edb2c30c11dd77d463095 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 14 Nov 2021 20:48:27 +0000 Subject: [PATCH] fix build on 32bit platforms ... OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=43 --- libclc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libclc.spec b/libclc.spec index 20a74a1..847eb8f 100644 --- a/libclc.spec +++ b/libclc.spec @@ -66,13 +66,13 @@ Library requirements of the OpenCL C programming language. %install %cmake_install mkdir -p %{buildroot}/usr/lib64 -ln -snf /usr/share/clc %{buildroot}/usr/lib64/clc +ln -snf /usr/share/clc %{buildroot}%{_libdir}/clc %files %license LICENSE.TXT %{_includedir}/clc %{_datadir}/clc %{_datadir}/pkgconfig/libclc.pc -/usr/lib64/clc +%{_libdir}/clc %changelog