diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-06 09:10:40 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-06 09:10:40 +0000 |
commit | 65ff103fd8fed0b8980715cdbbe4723302f69beb (patch) | |
tree | 740143a5017d3bb77c12e5cdb5bf064ce88ebc54 /meta-openmoko/packages/pulseaudio/files/disable-using-glibc-tls.patch | |
parent | b6f01d320574f806d83e6307abc21e531da3f3e3 (diff) | |
download | poky-65ff103fd8fed0b8980715cdbbe4723302f69beb.tar.gz |
pulseaudio: add forgotten patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4597 311d38ba-8fff-0310-9ca6-ca027cbcb966
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.patch | 25 |
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 @@ | |||
1 | Index: 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 | ||