summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch
index 421789728..f1d037fae 100644
--- a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch
+++ b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.1/0001-Correct-clang-compiler-flags.patch
@@ -18,7 +18,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
18index 2d13117..c17354a 100644 18index 2d13117..c17354a 100644
19--- a/CMakeLists.txt 19--- a/CMakeLists.txt
20+++ b/CMakeLists.txt 20+++ b/CMakeLists.txt
21@@ -148,7 +148,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES) 21@@ -150,7 +150,7 @@ if (BUILD_TESTS OR BUILD_EXAMPLES)
22 endif() 22 endif()
23 set (WEBSOCKETPP_PLATFORM_TLS_LIBS ssl crypto) 23 set (WEBSOCKETPP_PLATFORM_TLS_LIBS ssl crypto)
24 set (WEBSOCKETPP_BOOST_LIBS system thread) 24 set (WEBSOCKETPP_BOOST_LIBS system thread)