summaryrefslogtreecommitdiff
path: root/packages/pulseaudio/pulseaudio-0.9.10/2113.diff
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-06-14 09:43:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-06-14 09:43:50 +0000
commit3a5ff886a30a1c4a046bede899071713380c8e47 (patch)
tree141b5eda6838d68d5844e2e2ae774a593a3141d4 /packages/pulseaudio/pulseaudio-0.9.10/2113.diff
parentd3e22b5a43ebbd20f15aadef4d2d294ad1f874b4 (diff)
parent261421b2c150e2758ec6b4812c251512f4bb5895 (diff)
merge of '10ff7a617b3c5cbe78b0c05c1d0b09006a1c44c0'
and 'e4d84a69982a5a0ca8aec781cee663743ca6d6fc'
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([[
+