libfolly: Fix folly missing deps
authorAmol Bhave <redacted>
Sat, 11 May 2019 13:35:01 +0000 (06:35 -0700)
committerAmol Bhave <redacted>
Sat, 11 May 2019 13:52:09 +0000 (06:52 -0700)
commit59cfd9007c7a8fd061c5b57fd67869ec46fb86dc
treebe24514647632e8b006028535849b597b883be39
parentfc475119093363f62ede806f2ffab158f6a73ab2
libfolly: Fix folly missing deps

Description: folly automatically picks up lz4 and unwind if they are found
by its cmake build script. This is causing buildbot failure.
Include these libraries in DEPENDS as well.

Test Plan:
 - build packages liblz4 and libunwind
 - build folly, and check that it throws an error
 - add this patch, and rebuild
 - verify that it succeeds this time around

Compile Tested: nbg6817, openwrt master

Maintainer: me
Signed-off-by: Amol Bhave <redacted>
libs/libfolly/Makefile
git clone https://git.99rst.org/PROJECT