diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:37:27 +0200 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:37:27 +0200 | 
| commit | 7236e468162b3af51c0acecad10fbef1838c06ad (patch) | |
| tree | 9c8027cf769aaa7ef7f0a6330b34d7666238b920 /package/valgrind/patches/patch-configure_ac | |
| parent | a691abc857458de0023f5e532feee866af0218ed (diff) | |
| parent | 309f13ab6858e1c1639814e210a6c86380ca717b (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/valgrind/patches/patch-configure_ac')
| -rw-r--r-- | package/valgrind/patches/patch-configure_ac | 11 | 
1 files changed, 10 insertions, 1 deletions
| diff --git a/package/valgrind/patches/patch-configure_ac b/package/valgrind/patches/patch-configure_ac index 844275cca..cc7286c90 100644 --- a/package/valgrind/patches/patch-configure_ac +++ b/package/valgrind/patches/patch-configure_ac @@ -1,5 +1,5 @@  --- valgrind-3.9.0.orig/configure.ac	2013-11-01 00:28:16.000000000 +0100 -+++ valgrind-3.9.0/configure.ac	2013-11-07 17:26:16.000000000 +0100 ++++ valgrind-3.9.0/configure.ac	2014-03-17 14:18:45.000000000 +0100  @@ -155,6 +155,7 @@ esac   # configure-time, and distinguishes them from the VGA_*/VGO_*/VGP_*   # variables used when compiling C files. @@ -36,6 +36,15 @@   #----------------------------------------------------------------------------   # Sometimes it's convenient to subvert the bi-arch build system and +@@ -273,7 +286,7 @@ case "${host_os}" in +         # Ok, this is linux. Check the kernel version +         AC_MSG_CHECKING([for the kernel version]) +  +-        kernel=`uname -r` ++        kernel=3.13 +  +         case "${kernel}" in +              2.6.*|3.*)   @@ -792,6 +805,15 @@ AC_EGREP_CPP([BIONIC_LIBC], [   ],   GLIBC_VERSION="bionic") | 
