leveldb: fix parallel build
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 8 Oct 2018 21:13:51 +0000 (23:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 9 Oct 2018 06:53:04 +0000 (08:53 +0200)
commitabba4e701246f69bc22ca9045e9932abfe9228e9
tree2e8fc34be278330bbd0fafa338dae0e14c18b0af
parenta609f83296a27f7677ba53ba40d60c9da21237a9
leveldb: fix parallel build

Build of leveldb sometimes fails on:
Fatal error: can't create out-shared/db/db_bench.o: No such file or directory

Patch is not upstreamable as upstream switched to cmake

Fixes:
 - http://autobuild.buildroot.net/results/945bb8096c1f98f307161a6def5a9f7f25b2454a

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/leveldb/0003-fix-parallel-build.patch [new file with mode: 0644]