diff options
Diffstat (limited to 'main/valgrind/musl-fixes.patch')
-rw-r--r-- | main/valgrind/musl-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/valgrind/musl-fixes.patch b/main/valgrind/musl-fixes.patch new file mode 100644 index 0000000000..7a2c4ba34c --- /dev/null +++ b/main/valgrind/musl-fixes.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2014-04-03 05:54:36.931472516 +0000 ++++ ./configure.ac 2014-04-03 06:01:14.726289282 +0000 +@@ -931,8 +931,6 @@ + + *) + AC_MSG_RESULT([unsupported version ${GLIBC_VERSION}]) +- AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.17]) +- AC_MSG_ERROR([or Darwin libc]) + ;; + esac + |