diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-23 17:03:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-23 17:03:20 +0200 |
commit | afec8afd7197c074e353ec74b28acf59440e6be7 (patch) | |
tree | 6bd04f66e7fdb852eefb0de6078995d5f89d3048 /package/valgrind/patches/patch-config_h_in | |
parent | 40bb627dcaf0bacc699803bddc1147cb635759c1 (diff) | |
parent | 1fcf84350126f42832d53bd7465bccaf8a12c587 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/valgrind/patches/patch-config_h_in')
-rw-r--r-- | package/valgrind/patches/patch-config_h_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/valgrind/patches/patch-config_h_in b/package/valgrind/patches/patch-config_h_in new file mode 100644 index 000000000..4d284e638 --- /dev/null +++ b/package/valgrind/patches/patch-config_h_in @@ -0,0 +1,11 @@ +--- valgrind-3.7.0.orig/config.h.in 2011-10-26 23:25:55.000000000 +0200 ++++ valgrind-3.7.0/config.h.in 2013-07-23 12:27:52.000000000 +0200 +@@ -1,5 +1,8 @@ + /* config.h.in. Generated from configure.in by autoheader. */ + ++/* "Defined for v6 architectures" */ ++#undef ARM_ARCH_V6 ++ + /* Define to 1 if you're using Bionic */ + #undef BIONIC_LIBC + |