summaryrefslogtreecommitdiffstats
path: root/abs/extra/valgrind/valgrind-3.7.0-glibc-2.16.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-03-26 14:16:13 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-03-26 14:16:13 (GMT)
commit35e1e2257357e7607c08341de205c8ef302a9fdc (patch)
treefebf7403001ef4cfbbc3775666c1ed83e496482f /abs/extra/valgrind/valgrind-3.7.0-glibc-2.16.patch
parentff71cd41bd5795e8a0e091edebd2280ba05bfe03 (diff)
downloadlinhes_pkgbuild-35e1e2257357e7607c08341de205c8ef302a9fdc.zip
linhes_pkgbuild-35e1e2257357e7607c08341de205c8ef302a9fdc.tar.gz
linhes_pkgbuild-35e1e2257357e7607c08341de205c8ef302a9fdc.tar.bz2
valgrind: update to 3.9.0 for glibc 2.18
Diffstat (limited to 'abs/extra/valgrind/valgrind-3.7.0-glibc-2.16.patch')
-rw-r--r--abs/extra/valgrind/valgrind-3.7.0-glibc-2.16.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/abs/extra/valgrind/valgrind-3.7.0-glibc-2.16.patch b/abs/extra/valgrind/valgrind-3.7.0-glibc-2.16.patch
deleted file mode 100644
index 4d28ff1..0000000
--- a/abs/extra/valgrind/valgrind-3.7.0-glibc-2.16.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -Naur valgrind-3.7.0-orig/configure valgrind-3.7.0/configure
---- valgrind-3.7.0-orig/configure 2011-11-05 21:24:39.000000000 +1000
-+++ valgrind-3.7.0/configure 2011-12-27 15:43:54.832120449 +1000
-@@ -6402,6 +6402,28 @@
- DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
- DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
- ;;
-+ 2.15)
-+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.15 family" >&5
-+$as_echo "2.15 family" >&6; }
-+
-+$as_echo "#define GLIBC_2_15 1" >>confdefs.h
-+
-+ 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}"
-+ ;;
-+
-+ 2.16)
-+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.16 family" >&5
-+$as_echo "2.16 family" >&6; }
-+
-+$as_echo "#define GLIBC_2_16 1" >>confdefs.h
-+
-+ 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)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin" >&5
- $as_echo "Darwin" >&6; }
-@@ -6422,7 +6433,7 @@
- *)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported version ${GLIBC_VERSION}" >&5
- $as_echo "unsupported version ${GLIBC_VERSION}" >&6; }
-- as_fn_error "Valgrind requires glibc version 2.2 - 2.14" "$LINENO" 5
-+ as_fn_error "Valgrind requires glibc version 2.2 - 2.16" "$LINENO" 5
- as_fn_error "or Darwin libc" "$LINENO" 5
- ;;
- esac