2
1

301-missing-execinfo_h.patch 480 B

12345678910111213
  1. Index: b/boehm-gc/include/gc.h
  2. ===================================================================
  3. --- a/boehm-gc/include/gc.h
  4. +++ b/boehm-gc/include/gc.h
  5. @@ -503,7 +503,7 @@
  6. #if defined(__linux__) || defined(__GLIBC__)
  7. # include <features.h>
  8. # if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 1 || __GLIBC__ > 2) \
  9. - && !defined(__ia64__)
  10. + && !defined(__ia64__) && !defined(__UCLIBC__)
  11. # ifndef GC_HAVE_BUILTIN_BACKTRACE
  12. # define GC_HAVE_BUILTIN_BACKTRACE
  13. # endif