mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
librsocket-cpp: Update to 2019-10-07
Added patch to remove boost-thread dependency.
Added size optimizations.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 8ceee72c77)
This commit is contained in:
11
libs/librsocket-cpp/patches/103-no-boost-thread.patch
Normal file
11
libs/librsocket-cpp/patches/103-no-boost-thread.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -195,7 +195,7 @@ find_package(Gflags REQUIRED)
|
||||
find_package(Glog REQUIRED)
|
||||
|
||||
# find boost::* to satisfy the folly dep
|
||||
-find_package(Boost REQUIRED COMPONENTS system thread filesystem regex context
|
||||
+find_package(Boost REQUIRED COMPONENTS system filesystem regex context
|
||||
program_options)
|
||||
|
||||
include_directories(SYSTEM ${OPENSSL_INCLUDE_DIR})
|
||||
Reference in New Issue
Block a user