summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheoleun moon <chleun.moon@samsung.com>2023-11-30 10:40:10 +0900
committercheoleun moon <chleun.moon@samsung.com>2023-12-12 16:46:32 +0900
commite972511d13ed0d6f01ebfef90380004f7ace6ac4 (patch)
treef900be65b63b51caafdb21f33d8baab2b368fd37
parentcd3ecf8eb8e7885da118c53a9bb693c000280fc3 (diff)
downloadlibwebsockets-accepted/tizen/unified/x/asan/20240625.092410.tar.gz
libwebsockets-accepted/tizen/unified/x/asan/20240625.092410.tar.bz2
libwebsockets-accepted/tizen/unified/x/asan/20240625.092410.zip
Change-Id: Ie0835431ecf0311518db77b40e6a3ac312daaba1 Signed-off-by: cheoleun moon <chleun.moon@samsung.com>
-rw-r--r--lib/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 65555031..a6dcab19 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -317,7 +317,7 @@ includedir=\${prefix}/include
Name: libwebsockets
Description: Websockets server and client library
Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}
-Requires: openssl1.1
+Requires: openssl3
Libs: -L\${libdir} -lwebsockets
Cflags: -I\${includedir}
@@ -340,7 +340,7 @@ includedir=\${prefix}/include
Name: libwebsockets_static
Description: Websockets server and client static library
Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}
-Requires: openssl1.1
+Requires: openssl3
Libs: -L\${libdir} -l:libwebsockets${CMAKE_STATIC_LIBRARY_SUFFIX}
Libs.private: