mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
libfizz: Update to 2019.10.07.00
Add patch removing boost-thread dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from cc1b52c44a)
This commit is contained in:
11
libs/libfizz/patches/010-no-boost-thread.patch
Normal file
11
libs/libfizz/patches/010-no-boost-thread.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/fizz/CMakeLists.txt
|
||||
+++ b/fizz/CMakeLists.txt
|
||||
@@ -52,7 +52,7 @@ if (NOT folly_FOUND)
|
||||
find_package(Folly MODULE REQUIRED)
|
||||
endif()
|
||||
|
||||
-find_package(Boost REQUIRED COMPONENTS system thread filesystem regex context
|
||||
+find_package(Boost REQUIRED COMPONENTS system filesystem regex context
|
||||
program_options)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
find_package(Glog REQUIRED)
|
||||
Reference in New Issue
Block a user