Browse Source

Merge pull request #8955 from ammubhave/fixfollydeps

libfolly: Fix folly missing deps
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
fba228705f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libfolly/Makefile

+ 1
- 1
libs/libfolly/Makefile View File

@ -35,7 +35,7 @@ define Package/libfolly
DEPENDS:=+libstdcpp +boost +boost-context +boost-system +boost-thread \
+boost-date_time +boost-filesystem +boost-program_options +boost-regex \
+libbz2 +libopenssl +libdouble-conversion +libevent2 +glog +zlib +libzstd \
+gflags +libsodium +liblzma +libaio
+gflags +libsodium +liblzma +libaio +liblz4 +libunwind +libatomic
endef
define Package/libfolly/description


Loading…
Cancel
Save