From 5d1f1ded846c475ccfaf6d64fda3b937a7732cc0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 17 Oct 2018 10:18:03 +0200 Subject: core/m4: add temp patch --- core/m4/PKGBUILD | 9 +++++++++ core/m4/m4-1.4.18-glibc-change-work-around.patch | Bin 0 -> 5856 bytes 2 files changed, 9 insertions(+) create mode 100644 core/m4/PKGBUILD create mode 100644 core/m4/m4-1.4.18-glibc-change-work-around.patch diff --git a/core/m4/PKGBUILD b/core/m4/PKGBUILD new file mode 100644 index 00000000..ad7195a3 --- /dev/null +++ b/core/m4/PKGBUILD @@ -0,0 +1,9 @@ +# see https://bugs.archlinux.org/task/59562 +source+=('m4-1.4.18-glibc-change-work-around.patch') +md5sums+=('01968e8f3a5be62de1c849668db8042b') + +prepare() { + cd $pkgname-$pkgver + patch -p1 -i "$srcdir/m4-1.4.18-glibc-change-work-around.patch" + echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h +} diff --git a/core/m4/m4-1.4.18-glibc-change-work-around.patch b/core/m4/m4-1.4.18-glibc-change-work-around.patch new file mode 100644 index 00000000..582ae9b5 Binary files /dev/null and b/core/m4/m4-1.4.18-glibc-change-work-around.patch differ -- cgit v1.2.3-54-g00ecf