libfolly: Add package for folly library
authorAmol Bhave <redacted>
Sat, 5 Jan 2019 04:13:57 +0000 (20:13 -0800)
committerAmol Bhave <redacted>
Fri, 10 May 2019 05:18:39 +0000 (22:18 -0700)
commit24ba7d71559d60878343f135dc863dfc40fa7b89
tree1ba7cd45e8608b21ea167061e58ee9139f3b85b5
parent3506051a30ecf6a40053fd2215d09466916d80c1
libfolly: Add package for folly library

folly is an open-source C++ library developed and used at Facebook.
Adding this package will enable adding further packages that depend on
this.

Depends on PR #7098, PR #7101, PR #7126, PR #7877

Maintainer: me
Compile tested: openwrt-18.06 for ipq40xx, ipq806x, x86 and ar71xx
Run tested: Tested on devices running on the above architectures.
Verified that dependent packages can successfully build and run using
the libfolly.so shared library.

Signed-off-by: Amol Bhave <redacted>
libs/libfolly/Makefile [new file with mode: 0644]
libs/libfolly/patches/100-cmake-fix-regex-match-path.patch [new file with mode: 0644]
libs/libfolly/patches/101-remove-undefined-dcheck.patch [new file with mode: 0644]
libs/libfolly/patches/102-uclibc-patches.patch [new file with mode: 0644]
libs/libfolly/patches/103-openssl-compatibility.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT