diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-03 06:17:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-03 06:17:08 +0000 |
commit | 666d44087bf57a53ac594d26b1c5d698c4eba81a (patch) | |
tree | b67478660a934d0395380fd1424acb3804cc63ab /main/valgrind/musl-fixes.patch | |
parent | cb0156de92e1ece4564e847da81e95b343721394 (diff) | |
download | aports-666d44087bf57a53ac594d26b1c5d698c4eba81a.tar.bz2 aports-666d44087bf57a53ac594d26b1c5d698c4eba81a.tar.xz |
main/valgrind: build fix for musl
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 + |