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 | openembedded-core-65ff103fd8fed0b8980715cdbbe4723302f69beb.tar.gz openembedded-core-65ff103fd8fed0b8980715cdbbe4723302f69beb.tar.bz2 openembedded-core-65ff103fd8fed0b8980715cdbbe4723302f69beb.zip |
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 @@ +Index: pulseaudio-0.9.9/configure.ac +=================================================================== +--- pulseaudio-0.9.9.orig/configure.ac 2008-01-24 01:06:06.000000000 +0000 ++++ pulseaudio-0.9.9/configure.ac 2008-02-05 17:45:59.000000000 +0000 +@@ -139,8 +139,8 @@ + ret=$? + rm -f conftest.o conftest + if test $ret -eq 0 ; then +- AC_DEFINE([HAVE_TLS_BUILTIN], 1, [Have __thread().]) +- AC_MSG_RESULT([yes]) ++dnl AC_DEFINE([HAVE_TLS_BUILTIN], 1, [Have __thread().]) ++ AC_MSG_RESULT([no]) + else + AC_MSG_RESULT([no]) + fi +@@ -325,8 +325,7 @@ + rm -f conftest.o conftest + + if test $ret -eq 0 ; then +- AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], 1, [Have PTHREAD_PRIO_INHERIT.]) +- AC_MSG_RESULT([yes]) ++ AC_MSG_RESULT([no]) + else + AC_MSG_RESULT([no]) + fi |