summarylogtreecommitdiffstats
path: root/check_for_pthreads.patch
diff options
context:
space:
mode:
Diffstat (limited to 'check_for_pthreads.patch')
-rw-r--r--check_for_pthreads.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/check_for_pthreads.patch b/check_for_pthreads.patch
new file mode 100644
index 000000000000..900b3642ebd5
--- /dev/null
+++ b/check_for_pthreads.patch
@@ -0,0 +1,12 @@
+diff --git a/configure.ac b/configure.ac
+index d189087..55aea17 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -19,6 +19,7 @@ AM_PROG_CC_C_O
+ AC_PROG_LIBTOOL
+
+ # Checks for libraries.
++AC_SEARCH_LIBS([pthread_create], [pthread])
+ PKG_CHECK_MODULES(libirecovery, libirecovery >= 0.2.0)
+ PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= 1.2.1)
+ PKG_CHECK_MODULES(libplist, libplist >= 1.0)