diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2017-12-28 13:53:00 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-01 07:32:04 -0800 |
commit | e8abea891199f077bd471d371a79d5f863a2f44a (patch) | |
tree | 354bd6cdbe41e8e19575f5c8470300233cbce223 /meta-xfce | |
parent | ed6ed8d6ffff188d1a42072f8248bf377b1b651b (diff) | |
download | meta-openembedded-e8abea891199f077bd471d371a79d5f863a2f44a.tar.gz |
leveldb: fix checking for SSE flag
The build_detect_platform-Check-for-__SSE4_2__.patch tries to use fgrep
with pipe to get the SSE flag. But actually it would fail with error:
fgrep: /tmp/leveldb_build_detect_platform-cxx.25886: No such file or
directory
That means it can not get the correct SSE flag.
We should make sure the fgrep command runs after g++ command has
finished and redirect the stdout and stderr to /dev/null to avoid make
error:
Makefile:18: *** missing separator. Stop.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit fa211625598c9cc2ef965bf95548d21930622aaa)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-xfce')
0 files changed, 0 insertions, 0 deletions