Merge lp:~dobey/unity-scope-click/merge-trunk into lp:unity-scope-click/devel

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: no longer in the source branch.
Merged at revision: 404
Proposed branch: lp:~dobey/unity-scope-click/merge-trunk
Merge into: lp:unity-scope-click/devel
Diff against target: 37 lines (+11/-2)
2 files modified
debian/changelog (+7/-0)
tools/init-departments/CMakeLists.txt (+4/-2)
To merge this branch: bzr merge lp:~dobey/unity-scope-click/merge-trunk
Reviewer Review Type Date Requested Status
dobey (community) Abstain
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+231245@code.launchpad.net

Commit message

New libstdc++ requires explicit -lpthread when using std::thread.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
dobey (dobey) wrote :

This is already in trunk, and necessary to build the scope now, so forcing this through.

review: Abstain
404. By dobey

New libstdc++ requires explicit -lpthread when using std::thread.

Approved by PS Jenkins bot.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-08-11 19:08:26 +0000
+++ debian/changelog 2014-08-18 18:53:16 +0000
@@ -1,3 +1,10 @@
1unity-scope-click (0.1.1+14.10.20140815-0ubuntu1) utopic; urgency=low
2
3 [ Rodney Dawes ]
4 * New libstdc++ requires explicit -lpthread when using std::thread.
5
6 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 15 Aug 2014 14:24:40 +0000
7
1unity-scope-click (0.1.1+14.10.20140811-0ubuntu1) utopic; urgency=medium8unity-scope-click (0.1.1+14.10.20140811-0ubuntu1) utopic; urgency=medium
29
3 [ Michal Hruby ]10 [ Michal Hruby ]
411
=== modified file 'tools/init-departments/CMakeLists.txt'
--- tools/init-departments/CMakeLists.txt 2014-07-14 09:43:27 +0000
+++ tools/init-departments/CMakeLists.txt 2014-08-18 18:53:16 +0000
@@ -2,6 +2,7 @@
2set (INITDEPTS init-departments)2set (INITDEPTS init-departments)
33
4find_package (Qt5Core REQUIRED)4find_package (Qt5Core REQUIRED)
5find_package (Threads)
56
6include_directories (7include_directories (
7 ${CMAKE_SOURCE_DIR}/libclickscope8 ${CMAKE_SOURCE_DIR}/libclickscope
@@ -15,7 +16,8 @@
15qt5_use_modules (${INITDEPTS} Network Sql)16qt5_use_modules (${INITDEPTS} Network Sql)
1617
17target_link_libraries(${INITDEPTS}18target_link_libraries(${INITDEPTS}
18 ${SCOPE_LIB_NAME}19 ${SCOPE_LIB_NAME}
19 )20 ${CMAKE_THREAD_LIBS_INIT}
21)
2022
21install(TARGETS ${INITDEPTS} DESTINATION sbin)23install(TARGETS ${INITDEPTS} DESTINATION sbin)

Subscribers

People subscribed via source and target branches

to all changes: