summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e52585a79695..03a8679e443f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -361,7 +361,15 @@ patch -Np1 -i ../k1.patch
patch -Np1 -i ../edgy.patch
#patch -Np1 -i ../r21.patch
+ # Fix build with glibc 2.26
+ #patch -Np1 -i ../gna.patch
+ patch -Np1 -i ../gnb.patch
+ patch -Np1 -i ../k3.patch
+
+ patch -Np1 -i ../k2.patch
+
+ patch -Np1 -i ../desu.patch
# Fix incorrect inclusion of <string_view> in modes other than >= C++17