]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia-legacy-390xx.git/commitdiff
- fix build checks auto/th/xorg-driver-video-nvidia-legacy-390xx-390.132-5
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 5 Apr 2020 23:36:17 +0000 (01:36 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 5 Apr 2020 23:36:17 +0000 (01:36 +0200)
- rel 5

kernel-5.6.patch
xorg-driver-video-nvidia-legacy-390xx.spec

index 0958acb9fe1a5a15c82737f3f224737d0531af33..f29a06e50b06f3425cb4daf11cef081a954dd8dd 100644 (file)
@@ -138,7 +138,7 @@ index ec9e093..463a464 100755
          ioremap_wc)
              #
              # Determine if the ioremap_wc() function is present.
          ioremap_wc)
              #
              # Determine if the ioremap_wc() function is present.
-@@ -1430,6 +1446,31 @@ compile_test() {
+@@ -1430,6 +1446,29 @@ compile_test() {
              compile_check_conftest "$CODE" "NV_SG_ALLOC_TABLE_FROM_PAGES_PRESENT" "" "functions"
          ;;
  
              compile_check_conftest "$CODE" "NV_SG_ALLOC_TABLE_FROM_PAGES_PRESENT" "" "functions"
          ;;
  
@@ -159,12 +159,10 @@ index ec9e093..463a464 100755
 +            CODE="
 +            #include <linux/ktime.h>
 +            int conftest_ktime_get_raw_ts64(void) {
 +            CODE="
 +            #include <linux/ktime.h>
 +            int conftest_ktime_get_raw_ts64(void) {
-+                struct timespec64 ts = {0};
-+
-+                ktime_get_raw_ts64(&ts);
++                ktime_get_raw_ts64();
 +            }"
 +
 +            }"
 +
-+            compile_check_conftest "$CODE" "NV_KTIME_GET_RAW_TS64_PRESENT" "" "types"
++            compile_check_conftest "$CODE" "NV_KTIME_GET_RAW_TS64_PRESENT" "" "functions"
 +        ;;
 +
          efi_enabled)
 +        ;;
 +
          efi_enabled)
index 3b8ec6bd859fa2337cd2bc44cd26954ca8753fe8..7250879186135c83ba29064365a2facdd58cbcc8 100644 (file)
@@ -33,7 +33,7 @@ exit 1
 
 %define                no_install_post_check_so 1
 
 
 %define                no_install_post_check_so 1
 
-%define                rel     4
+%define                rel     5
 %define                pname   xorg-driver-video-nvidia-legacy-390xx
 Summary:       Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8):     Linux meghajtók nVidia GeForce/Quadro chipekhez
 %define                pname   xorg-driver-video-nvidia-legacy-390xx
 Summary:       Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8):     Linux meghajtók nVidia GeForce/Quadro chipekhez
This page took 0.048822 seconds and 4 git commands to generate.