1
0

- disabled build of nvidia-peermem module; it's no longer needed

and never worked anyway (it was only a stub)

OBS-URL: https://build.opensuse.org/package/show/X11:Drivers:Video:Redesign/nvidia-open-driver-G06-signed?expand=0&rev=52
This commit is contained in:
Stefan Dirsch 2023-10-11 11:57:31 +00:00 committed by Git OBS Bridge
parent 127684583e
commit 7b2ebd7e05
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 11 11:50:12 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- disabled build of nvidia-peermem module; it's no longer needed
and never worked anyway (it was only a stub)
-------------------------------------------------------------------
Mon Oct 2 15:21:44 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -122,6 +122,8 @@ export CFLAGS="-Wall -mno-outline-atomics"
%endif
# kernel was compiled using a different compiler
export CC=gcc
# no longer needed and never worked anyway (it was only a stub)
export NV_EXCLUDE_KERNEL_MODULES=nvidia-peermem
for flavor in %{flavors_to_build}; do
rm -rf obj/$flavor
cp -r source obj/$flavor