mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 16:44:31 +04:00
Added URLs.
Added needed Boost patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 164e706f9d)
13 lines
421 B
Diff
13 lines
421 B
Diff
--- 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})
|