From 62f9824e429e918ce77ab789117c0cdace1d5a6b Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Tue, 29 Mar 2016 22:15:11 +0200 Subject: [PATCH] Refresh patches. --- debian/patches/FindBoost_add_-lpthread_#563479.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/FindBoost_add_-lpthread_#563479.diff b/debian/patches/FindBoost_add_-lpthread_#563479.diff index 1d9a66f29..8fea4ecfb 100644 --- a/debian/patches/FindBoost_add_-lpthread_#563479.diff +++ b/debian/patches/FindBoost_add_-lpthread_#563479.diff @@ -12,7 +12,7 @@ Index: cmake/Modules/FindBoost.cmake --- cmake.orig/Modules/FindBoost.cmake +++ cmake/Modules/FindBoost.cmake @@ -447,6 +447,22 @@ function(_Boost_GUESS_COMPILER_PREFIX _r - set(${componentvar} ${_boost_processed_components} PARENT_SCOPE) + set(${extravar} ${_boost_extra_components} PARENT_SCOPE) endfunction() +function(_Boost_consider_adding_pthreads _outvar)