From: Yi Zhao <yi.zhao@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make
Date: Fri, 21 Aug 2015 17:15:38 +0800 [thread overview]
Message-ID: <55D6EC3A.8000007@windriver.com> (raw)
In-Reply-To: <CAMKF1sp4FKaBu33oYCLX9MZ6+URBtJL_UB_wALMHrO8xJ8USLQ@mail.gmail.com>
在 2015年08月21日 15:27, Khem Raj 写道:
> On Thu, Aug 20, 2015 at 11:46 PM, Yi Zhao <yi.zhao@windriver.com> wrote:
>> -CFLAGS_append += "-D_GNU_SOURCE"
>> +
> why was CFLAGS append removed ?
There is a redefined warning when compile like below:
In file included from tomoyo-diffpolicy.c:23:0:
tomoyotools.h:26:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE
^
In file included from tomoyo-checkpolicy.c:23:0:
tomoyotools.h:26:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE
^
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: note: this is the location of the previous definition
In file included from tomoyo-auditd.c:23:0:
tomoyotools.h:26:0: warning: "_GNU_SOURCE" redefined
#define _GNU_SOURCE
^
<command-line>:0:0: note: this is the location of the previous definition
The _GNU_SOURCE is ready defined in the source and there is not ifdef or
ifndef for it in the source.
Yi
>
>> +EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}"
next prev parent reply other threads:[~2015-08-21 9:15 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-21 6:46 [meta-oe][PATCH 0/8] fix QA issue for multilib Yi Zhao
2015-08-21 6:46 ` [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make Yi Zhao
2015-08-21 7:27 ` Khem Raj
2015-08-21 9:15 ` Yi Zhao [this message]
2015-08-21 16:09 ` Khem Raj
2015-08-21 6:46 ` [meta-oe][PATCH 2/8] libssh: upgrade 0.6.4 -> 0.7.1 Yi Zhao
2015-08-21 6:46 ` [meta-oe][PATCH 3/8] wbxml2: set correct LIB_SUFFIX for multilib Yi Zhao
2015-08-21 6:46 ` [meta-oe][PATCH 4/8] libftdi: " Yi Zhao
2015-08-21 6:46 ` [meta-oe][PATCH 5/8] openwsman: pass correct libdir to cmake Yi Zhao
2015-08-21 6:46 ` [meta-oe][PATCH 6/8] qt-creator: pass correct IDE_LIBRARY_BASENAME Yi Zhao
2015-08-21 6:46 ` [meta-oe][PATCH 7/8] libqofono: fix the hardcoded libdir Yi Zhao
2015-08-21 6:46 ` [meta-oe][PATCH 8/8] libconnman-qt: " Yi Zhao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55D6EC3A.8000007@windriver.com \
--to=yi.zhao@windriver.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.