summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2016-07-06 13:57:00 -0400
committerArun Raghavan <arun@arunraghavan.net>2016-07-14 12:57:43 +0900
commit7a37a8bca386faf206fef32cd8cdf0f8ea3313d5 (patch)
tree40b90dba10151790503100ee6804bfa21d63f6eb
parentb8be6d1095df620bf0e2b5855818fa4340244254 (diff)
downloadwebrtc-audio-processing-7a37a8bca386faf206fef32cd8cdf0f8ea3313d5.tar.gz
build: Re-add pthread linking on linux
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bdefd72..a0c194a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ AS_CASE(["${host}"],
[
OS_CFLAGS="-DWEBRTC_LINUX -DWEBRTC_THREAD_RR"
PLATFORM_CFLAGS="-DWEBRTC_POSIX"
- OS_LDFLAGS="-lrt"
+ OS_LDFLAGS="-lrt -lpthread"
HAVE_POSIX=1
],
[*-*darwin*],