Merge lp:~intrigeri/apparmor/pass-compiler-flags-binutils into lp:apparmor/2.12

Proposed by intrigeri
Status: Merged
Merged at revision: 3723
Proposed branch: lp:~intrigeri/apparmor/pass-compiler-flags-binutils
Merge into: lp:apparmor/2.12
Diff against target: 12 lines (+1/-1)
1 file modified
binutils/Makefile (+1/-1)
To merge this branch: bzr merge lp:~intrigeri/apparmor/pass-compiler-flags-binutils
Reviewer Review Type Date Requested Status
Steve Beattie Approve
Review via email: mp+326264@code.launchpad.net

Description of the change

Spotted by Lintian and blhc.

To post a comment you must log in.
Revision history for this message
intrigeri (intrigeri) wrote :

Steve seems to be in a "review and merge" mood, so… ping? :)

Revision history for this message
Steve Beattie (sbeattie) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'binutils/Makefile'
2--- binutils/Makefile 2016-04-05 20:38:42 +0000
3+++ binutils/Makefile 2017-06-24 21:40:03 +0000
4@@ -36,7 +36,7 @@
5 endif
6 endif #CFLAGS
7
8-EXTRA_CFLAGS = ${EXTRA_CXXFLAGS} ${CPP_WARNINGS}
9+EXTRA_CFLAGS = ${CFLAGS} ${CPPFLAGS} ${EXTRA_CXXFLAGS} ${CPP_WARNINGS}
10
11 #INCLUDEDIR = /usr/src/linux/include
12 INCLUDEDIR =

Subscribers

People subscribed via source and target branches