From 51b9920cc149b7cf92fb1c36fbebfc9dd4b4a282 Mon Sep 17 00:00:00 2001 From: s Date: Tue, 20 Jun 2023 19:12:48 +0800 Subject: [PATCH] fix clang build error --- libXNVCtrl.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libXNVCtrl.spec b/libXNVCtrl.spec index 96e582a..b207a46 100644 --- a/libXNVCtrl.spec +++ b/libXNVCtrl.spec @@ -1,6 +1,6 @@ Name: libXNVCtrl Version: 352.21 -Release: 10 +Release: 11 Summary: Library providing the NV-CONTROL API License: GPLv2+ URL: ftp://download.nvidia.com/XFree86/nvidia-settings/ @@ -41,7 +41,6 @@ developing applications that use %{name}. %build make %{?_smp_mflags} \ - CC="gcc" \ NV_VERBOSE=1 \ OPTFLAGS="%{optflags}" \ LDFLAGS="%{build_ldflags}" \ @@ -75,6 +74,9 @@ popd %changelog +* Tue Jun 20 2023 yoo - 352.21-11 +- fix clang build error + * Sat Jul 16 2022 longcheng - 352.21-10 - remove %{?dist}