index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/m4/PKGBUILD | 9 |
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 +} |