Merge lp:~unity-api-team/libqtdbustest/ftbfs-ppc into lp:libqtdbustest

Proposed by Pete Woods
Status: Merged
Approved by: Pete Woods
Approved revision: 35
Merged at revision: 35
Proposed branch: lp:~unity-api-team/libqtdbustest/ftbfs-ppc
Merge into: lp:libqtdbustest
Diff against target: 11 lines (+1/-0)
1 file modified
cmake/FindValgrind.cmake (+1/-0)
To merge this branch: bzr merge lp:~unity-api-team/libqtdbustest/ftbfs-ppc
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+258230@code.launchpad.net

Commit message

Fix FTBFS on PPC

Description of the change

Fix FTBFS on PPC

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cmake/FindValgrind.cmake'
2--- cmake/FindValgrind.cmake 2014-01-02 11:35:43 +0000
3+++ cmake/FindValgrind.cmake 2015-05-05 08:53:01 +0000
4@@ -16,6 +16,7 @@
5 "--error-exitcode=1"
6 "--leak-check=full"
7 "--gen-suppressions=all"
8+ "--show-leak-kinds=definite"
9 "--quiet"
10 )
11 endif()

Subscribers

People subscribed via source and target branches

to all changes: