From: Gregory King Date: Tue, 18 Mar 2014 19:37:33 +0000 (-0700) Subject: Update to the build environment; X-Git-Url: https://git.cworth.org/git?p=vogl;a=commitdiff_plain;h=b58c5c28be59e706ae086d86bd26030ed8931c69 Update to the build environment; bin/chroot_configure.sh: (1) Added apt_get_install commands for liblzma and libtinyxml src/libbacktrace/CMakeLists.txt: (1) Added LIBUNWIND_LIBRARY is required to be found. --- diff --git a/src/libbacktrace/CMakeLists.txt b/src/libbacktrace/CMakeLists.txt index 9968e91..4fd4847 100644 --- a/src/libbacktrace/CMakeLists.txt +++ b/src/libbacktrace/CMakeLists.txt @@ -182,7 +182,7 @@ endif(HAS_UPDATED_LIBUNWIND) target_link_libraries(backtrace voglcore) -find_library(LIBUNWIND_LIBRARY libunwind) +find_library(LIBUNWIND_LIBRARY NAMES unwind libunwind REQUIRE) target_link_libraries(backtrace ${LIBUNWIND_LIBRARY} ${LIBLZMA_LIBRARIES}) set_target_properties (backtrace PROPERTIES