diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-27 01:30:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-27 01:30:57 +0200 |
commit | 2442257f2d0ca5ef84915f88eeadd4c26cc84ee8 (patch) | |
tree | 9151cbc1908bac9f1c00f252285bb7eaf68e0932 /gnu/packages/patches/m4-s_isdir.patch | |
parent | 1bb9900a2a2fccfca3aa2ebb26dcc20095d230e5 (diff) | |
parent | 7facbf2b58f80afffedbb9230ec7ab9b61232dfe (diff) |
Merge branch 'core-updates'
Diffstat (limited to 'gnu/packages/patches/m4-s_isdir.patch')
-rw-r--r-- | gnu/packages/patches/m4-s_isdir.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/patches/m4-s_isdir.patch b/gnu/packages/patches/m4-s_isdir.patch deleted file mode 100644 index a009a4ba44..0000000000 --- a/gnu/packages/patches/m4-s_isdir.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fails to build with glibc 2.12.1 without this patch. - -http://lists.gnu.org/archive/html/bug-m4/2010-05/msg00002.html - ---- a/src/path.c -+++ b/src/path.c -@@ -22,6 +22,7 @@ - /* Handling of path search of included files via the builtins "include" - and "sinclude". */ - - #include "m4.h" -+#include "sys/stat.h" - - struct includes |