summaryrefslogtreecommitdiff
path: root/src/stage3/patches/generic/make.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage3/patches/generic/make.patch')
-rw-r--r--src/stage3/patches/generic/make.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage3/patches/generic/make.patch b/src/stage3/patches/generic/make.patch
new file mode 100644
index 0000000..4f7b0f0
--- /dev/null
+++ b/src/stage3/patches/generic/make.patch
@@ -0,0 +1,11 @@
+--- a/PKGBUILD 2018-03-15 14:05:57.462404184 +0100
++++ b/PKGBUILD 2018-03-15 14:10:24.057209074 +0100
+@@ -20,6 +20,8 @@ validpgpkeys=('3D2554F0A15338AB9AF1BB9D9
+
+ prepare() {
+ cd ${pkgname}-${pkgver}
++ # workaround for glibc-2.27 issues
++ sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c
+ patch -p1 -i ${srcdir}/guile-2.2.patch
+ autoreconf -fi
+ }