mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
librsocket-cpp: Update to 2019-09-22
Added URLs. Added needed Boost patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
12
libs/librsocket-cpp/patches/103-boost.patch
Normal file
12
libs/librsocket-cpp/patches/103-boost.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -194,6 +194,9 @@ find_package(Gflags REQUIRED)
|
||||
# find glog::glog to satisfy the folly dep.
|
||||
find_package(Glog REQUIRED)
|
||||
|
||||
+find_package(Boost REQUIRED COMPONENTS system thread filesystem regex context
|
||||
+ date_time program_options)
|
||||
+
|
||||
include_directories(SYSTEM ${OPENSSL_INCLUDE_DIR})
|
||||
|
||||
include_directories(SYSTEM ${GFLAGS_INCLUDE_DIR})
|
||||
Reference in New Issue
Block a user