aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-others/security-server/security-server/0001-PATCH-link-to-the-pthread-library.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-application-manager/recipes-others/security-server/security-server/0001-PATCH-link-to-the-pthread-library.patch')
-rw-r--r--meta-application-manager/recipes-others/security-server/security-server/0001-PATCH-link-to-the-pthread-library.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-application-manager/recipes-others/security-server/security-server/0001-PATCH-link-to-the-pthread-library.patch b/meta-application-manager/recipes-others/security-server/security-server/0001-PATCH-link-to-the-pthread-library.patch
new file mode 100644
index 0000000..89ddb4a
--- /dev/null
+++ b/meta-application-manager/recipes-others/security-server/security-server/0001-PATCH-link-to-the-pthread-library.patch
@@ -0,0 +1,14 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -54,7 +54,7 @@ ADD_EXECUTABLE(${TARGET_SECURITY_SERVER} ${SECURITY_SERVER_SOURCES})
+ TARGET_LINK_LIBRARIES(${TARGET_SECURITY_SERVER}
+ ${SECURITY_SERVER_DEP_LIBRARIES}
+ ${TARGET_SERVER_COMMON}
+- -lcap
++ -lcap -lpthread -lsystemd
+ )
+
+ ################################################################################
+--
+1.8.1.4
+