forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Titouan Christophe <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,17 +12,19 @@ Signed-off-by: Martin Bark <[email protected]> | |
Signed-off-by: Titouan Christophe <[email protected]> | ||
[Fabrice: update for 6.0.9] | ||
Signed-off-by: Fabrice Fontaine <[email protected]> | ||
[Titouan: adapt to 7.2.1] | ||
Signed-off-by: Titouan Christophe <[email protected]> | ||
|
||
========================================================================= | ||
diff -ur old/src/config.h new/src/config.h | ||
--- old/src/config.h 2012-10-26 07:20:24.000000000 -0700 | ||
+++ new/src/config.h 2012-10-31 13:41:51.206309564 -0700 | ||
@@ -62,7 +62,7 @@ | ||
@@ -71,7 +71,7 @@ | ||
#endif | ||
|
||
/* Test for backtrace() */ | ||
-#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__)) || \ | ||
+#if defined(__APPLE__) || (defined(__linux__) && defined(__GLIBC__) && !defined(__UCLIBC__)) || \ | ||
defined(__FreeBSD__) || ((defined(__OpenBSD__) || defined(__NetBSD__)) && defined(USE_BACKTRACE))\ | ||
|| defined(__DragonFly__) | ||
defined(__FreeBSD__) || ((defined(__OpenBSD__) || defined(__NetBSD__) || defined(__sun)) && defined(USE_BACKTRACE))\ | ||
|| defined(__DragonFly__) || (defined(__UCLIBC__) && defined(__UCLIBC_HAS_BACKTRACE__)) | ||
#define HAVE_BACKTRACE 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# From https://github.com/redis/redis-hashes/blob/master/README | ||
sha256 ce250d1fba042c613de38a15d40889b78f7cb6d5461a27e35017ba39b07221e3 redis-7.0.11.tar.gz | ||
sha256 5c76d990a1b1c5f949bcd1eed90d0c8a4f70369bdbdcb40288c561ddf88967a4 redis-7.2.1.tar.gz | ||
|
||
# Locally calculated | ||
sha256 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828 COPYING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters