* [gentoo-commits] gentoo-x86 commit in dev-util/valgrind/files: valgrind-3.10.1-glibc-2.21.patch
@ 2015-07-29 2:44 Anthony G. Basile (blueness)
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2015-07-29 2:44 UTC (permalink / raw
To: gentoo-commits
blueness 15/07/29 02:44:45
Added: valgrind-3.10.1-glibc-2.21.patch
Log:
Patch 3.10.1 to build against glibc-2.21. Bug #554808.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.1 dev-util/valgrind/files/valgrind-3.10.1-glibc-2.21.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/files/valgrind-3.10.1-glibc-2.21.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/files/valgrind-3.10.1-glibc-2.21.patch?rev=1.1&content-type=text/plain
Index: valgrind-3.10.1-glibc-2.21.patch
===================================================================
diff -Naur valgrind-3.10.1.orig/configure.ac valgrind-3.10.1/configure.ac
--- valgrind-3.10.1.orig/configure.ac 2014-11-25 14:41:13.000000000 -0500
+++ valgrind-3.10.1/configure.ac 2015-07-28 22:35:22.315604804 -0400
@@ -1018,6 +1018,13 @@
DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
;;
+ 2.21)
+ AC_MSG_RESULT(2.21 family)
+ AC_DEFINE([GLIBC_2_21], 1, [Define to 1 if you're using glibc 2.21.x])
+ DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
+ DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
+ DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
+ ;;
darwin)
AC_MSG_RESULT(Darwin)
AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-07-29 2:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29 2:44 [gentoo-commits] gentoo-x86 commit in dev-util/valgrind/files: valgrind-3.10.1-glibc-2.21.patch Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox