summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch
Commit message (Collapse)AuthorAgeFilesLines
* leveldb: move to recipes-securityArmin Kuster2018-03-011-37/+0
| | | | Signed-off-by: Armin Kuster <akuster808@gmail.com>
* leveldb: fix checking for SSE flagYi Zhao2017-12-301-2/+3
| | | | | | | | | | | | | | | | 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>
* leveldb: Fix build with clangKhem Raj2017-09-181-0/+36
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>