summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-arago/ipc/patches/add-dependency-of-pthreads.patch
blob: 649eef5b1d0e75a51a2757c84fdd7662344038a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/linux/src/transport/Makefile.am b/linux/src/transport/Makefile.am
index 32f0046..b4d3078 100644
--- a/linux/src/transport/Makefile.am
+++ b/linux/src/transport/Makefile.am
@@ -32,7 +32,7 @@
 ##
 
 # additional include paths necessary to compile the library
-AM_CFLAGS = -I$(top_srcdir)/hlos_common/include -D_GNU_SOURCE -Wall
+AM_CFLAGS = -I$(top_srcdir)/hlos_common/include -D_GNU_SOURCE -Wall -pthread
 
 if KERNEL_INSTALL_DIR
 AM_CFLAGS += -I$(KERNEL_INSTALL_DIR)/include/generated/uapi