From 85fb79df82cebbf06c7b0712f2faf02c7f038777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= <philm@manjaro.org> Date: Thu, 11 Feb 2021 15:24:23 +0100 Subject: [PATCH] [patch] disable disable-module-nvidia-uvm patch - see also: https://forum.manjaro.org/t/52979/18 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index bb61802..9273570 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -56,8 +56,8 @@ prepare() { # patches here # Fix compile problem with 5.10 # FATAL: modpost: GPL-incompatible module nvidia-uvm.ko uses GPL-only symbol 'radix_tree_preloads' - msg2 "PATCH: disable-module-nvidia-uvm" - patch -p1 -i "$srcdir"/disable-module-nvidia-uvm.patch + #msg2 "PATCH: disable-module-nvidia-uvm" + #patch -p1 -i "$srcdir"/disable-module-nvidia-uvm.patch } build() { -- GitLab