summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/pulseaudio/files/disable-using-glibc-tls.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openmoko/packages/pulseaudio/files/disable-using-glibc-tls.patch')
-rw-r--r--meta-openmoko/packages/pulseaudio/files/disable-using-glibc-tls.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openmoko/packages/pulseaudio/files/disable-using-glibc-tls.patch b/meta-openmoko/packages/pulseaudio/files/disable-using-glibc-tls.patch
new file mode 100644
index 0000000000..31d147be7d
--- /dev/null
+++ b/meta-openmoko/packages/pulseaudio/files/disable-using-glibc-tls.patch
@@ -0,0 +1,25 @@
1Index: pulseaudio-0.9.9/configure.ac
2===================================================================
3--- pulseaudio-0.9.9.orig/configure.ac 2008-01-24 01:06:06.000000000 +0000
4+++ pulseaudio-0.9.9/configure.ac 2008-02-05 17:45:59.000000000 +0000
5@@ -139,8 +139,8 @@
6 ret=$?
7 rm -f conftest.o conftest
8 if test $ret -eq 0 ; then
9- AC_DEFINE([HAVE_TLS_BUILTIN], 1, [Have __thread().])
10- AC_MSG_RESULT([yes])
11+dnl AC_DEFINE([HAVE_TLS_BUILTIN], 1, [Have __thread().])
12+ AC_MSG_RESULT([no])
13 else
14 AC_MSG_RESULT([no])
15 fi
16@@ -325,8 +325,7 @@
17 rm -f conftest.o conftest
18
19 if test $ret -eq 0 ; then
20- AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], 1, [Have PTHREAD_PRIO_INHERIT.])
21- AC_MSG_RESULT([yes])
22+ AC_MSG_RESULT([no])
23 else
24 AC_MSG_RESULT([no])
25 fi