Package: cmake / 3.7.2-1

Metadata

Package Version Patches format
cmake 3.7.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
FindBoost_add_ lpthread_#563479.diff | (download)

Modules/FindBoost.cmake | 19 19 + 0 - 0 !
1 file changed, 19 insertions(+)

 add -lpthread when using boost::thread.
qt_import_dir_variable.diff | (download)

Modules/FindQt4.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 findqt4: define qt_imports_dir variable even if it is not present on the system.
Date: 2012-01-18 16:00:49 UTC
Bug: http://public.kitware.com/Bug/view.php?id=14155
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/894805
fix ftbfs on kfreebsd.patch | (download)

Source/kwsys/SystemInformation.cxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on gnu/kfreebsd (and likely gnu/hurd)
mips rld map rel.patch | (download)

Source/cmELF.cxx | 224 79 + 145 - 0 !
Source/cmELF.h | 23 17 + 6 - 0 !
Source/cmSystemTools.cxx | 72 39 + 33 - 0 !
3 files changed, 135 insertions(+), 184 deletions(-)

 [patch] mips: handle dt_mips_rld_map_rel tag when removing rpath from
 ELFs

This is a combination of 5 commits.

elf: remove tag switch from ELF_Dyn ByteSwap function
elf: add DynamicEntryList methods and rpath tag constants
cmSystemTools: rewrite RemoveRPath using DyanmicEntryList methods
cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPath
elf: Remove GetDynamicEntryCount and ReadBytes methods