mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Added patch to remove boost-thread. Removed uClibc-ng patch. libfolly no longer builds there. Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 lines
327 B
Diff
13 lines
327 B
Diff
diff --git a/CMake/folly-deps.cmake b/CMake/folly-deps.cmake
|
|
index 0c212057..a4c06695 100644
|
|
--- a/CMake/folly-deps.cmake
|
|
+++ b/CMake/folly-deps.cmake
|
|
@@ -12,7 +12,6 @@ find_package(Boost 1.51.0 MODULE
|
|
program_options
|
|
regex
|
|
system
|
|
- thread
|
|
REQUIRED
|
|
)
|
|
list(APPEND FOLLY_LINK_LIBRARIES ${Boost_LIBRARIES})
|