Merge pull request #8955 from ammubhave/fixfollydeps
libfolly: Fix folly missing deps
This commit is contained in:
commit
fba228705f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ define Package/libfolly
|
||||||
DEPENDS:=+libstdcpp +boost +boost-context +boost-system +boost-thread \
|
DEPENDS:=+libstdcpp +boost +boost-context +boost-system +boost-thread \
|
||||||
+boost-date_time +boost-filesystem +boost-program_options +boost-regex \
|
+boost-date_time +boost-filesystem +boost-program_options +boost-regex \
|
||||||
+libbz2 +libopenssl +libdouble-conversion +libevent2 +glog +zlib +libzstd \
|
+libbz2 +libopenssl +libdouble-conversion +libevent2 +glog +zlib +libzstd \
|
||||||
+gflags +libsodium +liblzma +libaio
|
+gflags +libsodium +liblzma +libaio +liblz4 +libunwind +libatomic
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libfolly/description
|
define Package/libfolly/description
|
||||||
|
|
Loading…
Reference in a new issue