diff --git a/debian/changelog b/debian/changelog index 095c0b0d8..b02f1c97a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ cmake (2.8.5-1) UNRELEASED; urgency=low * Drop spelling_formatting_fixes.diff - merged upstream. * Make sure CMake considers /lib/ as implicit and keeps it out of automatic R(UN)PATH (patch multiarch_lib_dirs_should_be_implicit.diff). + * Refresh FindBoost_add_-lpthread_#563479.diff patch. -- Modestas Vainius Sat, 09 Jul 2011 00:47:19 +0300 diff --git a/debian/patches/FindBoost_add_-lpthread_#563479.diff b/debian/patches/FindBoost_add_-lpthread_#563479.diff index b68cd1bfc..efc8d87f5 100644 --- a/debian/patches/FindBoost_add_-lpthread_#563479.diff +++ b/debian/patches/FindBoost_add_-lpthread_#563479.diff @@ -11,7 +11,7 @@ Forwarded: http://cmake.org/Bug/file_download.php?file_id=3629&type=bug --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake -@@ -1121,6 +1121,9 @@ else(_boost_IN_CACHE) +@@ -1128,6 +1128,9 @@ else(_boost_IN_CACHE) message (STATUS " ${COMPONENT}") endif(NOT Boost_FIND_QUIETLY) set(Boost_LIBRARIES ${Boost_LIBRARIES} ${Boost_${UPPERCOMPONENT}_LIBRARY})