Merge lp:~xnox/ubuntu-app-launch/gnu99 into lp:ubuntu-app-launch/16.04

Proposed by Dimitri John Ledkov
Status: Superseded
Proposed branch: lp:~xnox/ubuntu-app-launch/gnu99
Merge into: lp:ubuntu-app-launch/16.04
Diff against target: 11 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~xnox/ubuntu-app-launch/gnu99
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Indicator Applet Developers Pending
Review via email: mp+280282@code.launchpad.net

This proposal has been superseded by a proposal from 2015-12-11.

Commit message

Raise to -std=gnu99, because we really want gnu standards, and thus e.g. access CLOCK_MONOTONIC in lttng on arm64/armhf. Resolves FTBFS.

Description of the change

Raise to -std=gnu99, because we really want gnu standards, and thus e.g. access CLOCK_MONOTONIC in lttng on arm64/armhf. Resolves FTBFS.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
lp:~xnox/ubuntu-app-launch/gnu99 updated
210. By Dimitri John Ledkov

merge lp:~mterry/ubuntu-app-launch/fix-ftbfs

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-08-11 02:45:49 +0000
3+++ CMakeLists.txt 2015-12-11 11:26:34 +0000
4@@ -37,7 +37,7 @@
5 set(ubuntu_app_launch_arch "${UBUNTU_APP_LAUNCH_ARCH}")
6
7 # Deprecated needed for g_atexit() in libual
8-set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -Wno-error=unused-function -Wno-error=deprecated-declarations -std=c99")
9+set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -Wno-error=unused-function -Wno-error=deprecated-declarations -std=gnu99")
10
11 enable_testing()
12

Subscribers

People subscribed via source and target branches