summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete/kopete-pthread-link.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-05-02 17:13:43 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-05-02 17:13:43 -0500
commit6f3203cd9530a822546bd85587c59d3e298b5c10 (patch)
tree5baf017c81ce557aca91b346e6a71548e8492092 /libre/kdenetwork-kopete/kopete-pthread-link.patch
parent1bea7ea08d0d844b8cd07050f066965d1ad22ab1 (diff)
downloadabslibre-6f3203cd9530a822546bd85587c59d3e298b5c10.tar.gz
abslibre-6f3203cd9530a822546bd85587c59d3e298b5c10.tar.bz2
abslibre-6f3203cd9530a822546bd85587c59d3e298b5c10.zip
kdenetwork-kopete-17.04.0-3.parabola1: updating version
Diffstat (limited to 'libre/kdenetwork-kopete/kopete-pthread-link.patch')
-rw-r--r--libre/kdenetwork-kopete/kopete-pthread-link.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/kdenetwork-kopete/kopete-pthread-link.patch b/libre/kdenetwork-kopete/kopete-pthread-link.patch
new file mode 100644
index 000000000..d917fe65e
--- /dev/null
+++ b/libre/kdenetwork-kopete/kopete-pthread-link.patch
@@ -0,0 +1,12 @@
+diff --git a/protocols/jabber/libjingle/CMakeLists.txt b/protocols/jabber/libjingle/CMakeLists.txt
+index 7ea8c3eb6..4b73085b8 100644
+--- a/protocols/jabber/libjingle/CMakeLists.txt
++++ b/protocols/jabber/libjingle/CMakeLists.txt
+@@ -288,6 +288,7 @@ set ( call_LIBS
+ ${MEDIASTREAMER_LIBRARIES}
+ ${LIBORTP_LIBRARY}
+ ${CMAKE_DL_LIBS}
++ pthread
+ )
+
+ if ( NOT WIN32 )