dkms: add IGNORE_CC_MISMATCH=1 before make command to fix build with gcc 10.1+ [release 340.108-3mamba;Fri Aug 21 2020]
This commit is contained in:
parent
e5b90118b1
commit
788f8167e4
@ -2,7 +2,7 @@
|
||||
Name: nvidia_340
|
||||
Version: 340.108
|
||||
Epoch: 1
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: NVIDIA proprietary accelerated drivers for the Linux Kernel
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -140,7 +140,7 @@ cat > %{buildroot}%{_prefix}/src/%{name}-%{version}/dkms.conf << _EOF
|
||||
PACKAGE_NAME=%{name}
|
||||
PACKAGE_VERSION=%{version}
|
||||
MAKE="ln -sf /usr/src/\${PACKAGE_NAME}-\${PACKAGE_VERSION}/nv-kernel.o \${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build/;\
|
||||
make -C \${kernel_source_dir} KERNEL_SOURCES=\${kernel_source_dir} M=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build modules"
|
||||
IGNORE_CC_MISMATCH=1 make -C \${kernel_source_dir} KERNEL_SOURCES=\${kernel_source_dir} M=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build modules"
|
||||
CLEAN="make -C \${kernel_source_dir} M=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build clean"
|
||||
BUILT_MODULE_NAME=nvidia
|
||||
BUILT_MODULE_LOCATION=./
|
||||
@ -438,6 +438,9 @@ exit 0
|
||||
%doc current/{LICENSE,NVIDIA_Changelog,README.txt} current/html
|
||||
|
||||
%changelog
|
||||
* Fri Aug 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 340.108-3mamba
|
||||
- dkms: add IGNORE_CC_MISMATCH=1 before make command to fix build with gcc 10.1+
|
||||
|
||||
* Fri Jul 24 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 340.108-2mamba
|
||||
- dkms: replace obsoleted SUBDIRS= with M=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user