New upstream release.

* New upstream release.
  - Fixes fltk_wrap_ui segmentation fault. (Closes: #809535)
This commit is contained in:
Felix Geyer 2016-03-13 13:37:39 +01:00
parent daf8f217f9
commit 0ab9bb1454
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@ -1,5 +1,7 @@
cmake (3.4.1-3) UNRELEASED; urgency=medium
cmake (3.5.0-1) UNRELEASED; urgency=medium
* New upstream release.
- Fixes fltk_wrap_ui segmentation fault. (Closes: #809535)
* Pass correct buildsystem to dh_auto_test, fixes FTBFS. (Closes: #818040)
* Change Vcs-* and Homepage to https URLs.

View File

@ -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(${_ret} ${_boost_COMPILER} PARENT_SCOPE)
set(${componentvar} ${_boost_processed_components} PARENT_SCOPE)
endfunction()
+function(_Boost_consider_adding_pthreads _outvar)