Skip to content

Commit 688c10a

Browse files
ONEM-34413: Improve WebkitBrowser plugin termination by finishing not properly terminated threads
Importyed changes from rdkcentral#5315
1 parent 5e44de3 commit 688c10a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WebKitBrowser/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ if(NOT WEBKIT_GLIB_API)
213213
target_sources(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE InjectedBundle/Utils.cpp)
214214
endif()
215215

216+
# This is a temporary solution. Normally we should leave this to the framework.
217+
# Do not replicate for other plugins.
218+
target_link_options(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE "-Wl,-z,nodelete")
219+
216220
target_link_libraries(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION}
217221
PRIVATE
218222
${NAMESPACE}Plugins::${NAMESPACE}Plugins

0 commit comments

Comments
 (0)