summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2018-05-08 17:25:21 +0200
committerPiotr Gorski2018-05-08 17:25:21 +0200
commit1941d4b4aa742c7d998757f2af96ed6f3d044c40 (patch)
tree6d96de854f884c9af166226fc87541313468e7fc
parent1c88ac63599ca674484ef3e1ce8270508c5740f4 (diff)
downloadaur-1941d4b4aa742c7d998757f2af96ed6f3d044c40.tar.gz
Add 0004-fix-gcc8-bogus-warnings.patch
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c0d42f979cf..5d1546873d49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -112,6 +112,10 @@ prepare() {
msg "NVIDIA driver compat"
patch -Np1 -i ../0003-Partially-revert-swiotlb-remove-various-exports.patch
+ ### Fix gcc8 bogus warnings
+ msg "Fix gcc8 bogus warnings"
+ patch -Np1 -i ../0004-fix-gcc8-bogus-warnings.patch
+
### Patch source with UKSM
msg "Patching source with UKSM"
patch -Np1 -i ../${_uksm_patch}