summaryrefslogtreecommitdiff
path: root/packages/pulseaudio/pulseaudio-0.9.10/2113.diff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-06-13 18:48:51 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-06-13 18:48:51 +0000
commit6b969e40156c42692f98157bf26982adb86da18c (patch)
tree540518bf3c088e87f3395d4681ac3a965121de88 /packages/pulseaudio/pulseaudio-0.9.10/2113.diff
parentc2ecee68b3cf7a30ffb34756dbaa888e76a36fe9 (diff)
pulseaudio 0.9.10 add tiny patches from Poky
Diffstat (limited to 'packages/pulseaudio/pulseaudio-0.9.10/2113.diff')
-rw-r--r--packages/pulseaudio/pulseaudio-0.9.10/2113.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/pulseaudio/pulseaudio-0.9.10/2113.diff b/packages/pulseaudio/pulseaudio-0.9.10/2113.diff
new file mode 100644
index 0000000000..666ed34ad3
--- /dev/null
+++ b/packages/pulseaudio/pulseaudio-0.9.10/2113.diff
@@ -0,0 +1,19 @@
+from upstream svn r2113
+
+Index: configure.ac
+===================================================================
+--- configure.ac (wersja 2112)
++++ configure.ac (wersja 2113)
+@@ -172,6 +172,12 @@
+ AC_SUBST(LIBLTDL)
+ AC_CONFIG_SUBDIRS(libltdl)
+
++old_LIBS=$LIBS
++LIBS="$LIBS $LIBLTDL"
++AC_CHECK_FUNCS([lt_dlmutex_register])
++LIBS=$old_LIBS
++AC_CHECK_TYPES([lt_user_dlloader, lt_dladvise], , , [#include <ltdl.h>])
++
+ if test "x$enable_ltdl_install" = "xno" && test "x$ac_cv_lib_ltdl_lt_dlinit" = "xno" ; then
+ AC_MSG_ERROR([[
+