Blame SOURCES/0012-build-Re-add-pthread-linking-on-linux.patch

14ed36
From 7a37a8bca386faf206fef32cd8cdf0f8ea3313d5 Mon Sep 17 00:00:00 2001
14ed36
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
14ed36
Date: Wed, 6 Jul 2016 13:57:00 -0400
14ed36
Subject: [PATCH 12/16] build: Re-add pthread linking on linux
14ed36
14ed36
---
14ed36
 configure.ac | 2 +-
14ed36
 1 file changed, 1 insertion(+), 1 deletion(-)
14ed36
14ed36
diff --git a/configure.ac b/configure.ac
14ed36
index bdefd72..a0c194a 100644
14ed36
--- a/configure.ac
14ed36
+++ b/configure.ac
14ed36
@@ -60,7 +60,7 @@ AS_CASE(["${host}"],
14ed36
         [
14ed36
          OS_CFLAGS="-DWEBRTC_LINUX -DWEBRTC_THREAD_RR"
14ed36
          PLATFORM_CFLAGS="-DWEBRTC_POSIX"
14ed36
-         OS_LDFLAGS="-lrt"
14ed36
+         OS_LDFLAGS="-lrt -lpthread"
14ed36
          HAVE_POSIX=1
14ed36
         ],
14ed36
     [*-*darwin*],
14ed36
-- 
14ed36
2.14.3
14ed36