The Samba-Bugzilla – Attachment 10350 Details for
Bug 10877
Flags from enviroment are put before Samba's own
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Put CPPFLAGS behind internal INCLUDES
0001-Order-of-CPPFLAGS-and-INCLUDES.patch (text/plain), 1.02 KB, created by
Ralph Böhme
on 2014-10-16 08:42:38 UTC
(
hide
)
Description:
Put CPPFLAGS behind internal INCLUDES
Filename:
MIME Type:
Creator:
Ralph Böhme
Created:
2014-10-16 08:42:38 UTC
Size:
1.02 KB
patch
obsolete
>From 06d5e6e19654f6ad1cb2298fdb65205fac18d431 Mon Sep 17 00:00:00 2001 >From: Ralph Boehme <rb@sernet.de> >Date: Wed, 15 Oct 2014 22:47:03 +0200 >Subject: [PATCH] Order of CPPFLAGS and INCLUDES > >Signed-off-by: Ralph Boehme <rb@sernet.de> >--- > buildtools/wafadmin/Tools/cc.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/buildtools/wafadmin/Tools/cc.py b/buildtools/wafadmin/Tools/cc.py >index 903a1c5..083fd18 100644 >--- a/buildtools/wafadmin/Tools/cc.py >+++ b/buildtools/wafadmin/Tools/cc.py >@@ -88,7 +88,7 @@ def c_hook(self, node): > raise Utils.WafError('Have you forgotten to set the feature "cc" on %s?' % str(self)) > return task > >-cc_str = '${CC} ${CCFLAGS} ${CPPFLAGS} ${_CCINCFLAGS} ${_CCDEFFLAGS} ${CC_SRC_F}${SRC} ${CC_TGT_F}${TGT}' >+cc_str = '${CC} ${CCFLAGS} ${_CCINCFLAGS} ${CPPFLAGS} ${_CCDEFFLAGS} ${CC_SRC_F}${SRC} ${CC_TGT_F}${TGT}' > cls = Task.simple_task_type('cc', cc_str, 'GREEN', ext_out='.o', ext_in='.c', shell=False) > cls.scan = ccroot.scan > cls.vars.append('CCDEPS') >-- >1.9.3 (Apple Git-50) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 10877
:
10348
|
10349
|
10350
|
10354
|
10553
|
10554
|
10991
|
11083
|
11084