You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
596 B

  1. Index: glog-0.4.0/src/symbolize_unittest.cc
  2. ===================================================================
  3. --- glog-0.4.0.orig/src/symbolize_unittest.cc
  4. +++ glog-0.4.0/src/symbolize_unittest.cc
  5. @@ -401,7 +401,7 @@ int main(int argc, char **argv) {
  6. FLAGS_logtostderr = true;
  7. InitGoogleLogging(argv[0]);
  8. InitGoogleTest(&argc, argv);
  9. -#if defined(HAVE_SYMBOLIZE)
  10. +#if defined(HAVE_SYMBOLIZE) && defined(HAVE_STACKTRACE)
  11. # if defined(__ELF__)
  12. // We don't want to get affected by the callback interface, that may be
  13. // used to install some callback function at InitGoogle() time.