forked from pool/nvidia-open-driver-G06-signed
- 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:
parent
127684583e
commit
7b2ebd7e05
@ -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>
|
Mon Oct 2 15:21:44 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -122,6 +122,8 @@ export CFLAGS="-Wall -mno-outline-atomics"
|
|||||||
%endif
|
%endif
|
||||||
# kernel was compiled using a different compiler
|
# kernel was compiled using a different compiler
|
||||||
export CC=gcc
|
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
|
for flavor in %{flavors_to_build}; do
|
||||||
rm -rf obj/$flavor
|
rm -rf obj/$flavor
|
||||||
cp -r source obj/$flavor
|
cp -r source obj/$flavor
|
||||||
|
Loading…
Reference in New Issue
Block a user