diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-23 14:09:11 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-05-23 14:09:11 +0000 |
commit | f4db03f644ea8e36d10273f9bdda74c58730dde5 (patch) | |
tree | d7e84b0509c396b39161b352d1ae09fae32f9d23 /meta-openmoko/packages/pulseaudio/pulseaudio-0.9.10/2114.diff | |
parent | d4740e0ebca2579c69ac6da6703c4d91472b39c1 (diff) | |
download | poky-f4db03f644ea8e36d10273f9bdda74c58730dde5.tar.gz |
pulseaudio: merge with OE + patches for libtool 2.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4550 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko/packages/pulseaudio/pulseaudio-0.9.10/2114.diff')
-rw-r--r-- | meta-openmoko/packages/pulseaudio/pulseaudio-0.9.10/2114.diff | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openmoko/packages/pulseaudio/pulseaudio-0.9.10/2114.diff b/meta-openmoko/packages/pulseaudio/pulseaudio-0.9.10/2114.diff new file mode 100644 index 0000000000..cbd82eeb84 --- /dev/null +++ b/meta-openmoko/packages/pulseaudio/pulseaudio-0.9.10/2114.diff | |||
@@ -0,0 +1,15 @@ | |||
1 | from upstream svn r2114 | ||
2 | |||
3 | Index: configure.ac | ||
4 | =================================================================== | ||
5 | --- configure.ac (wersja 2113) | ||
6 | +++ configure.ac (wersja 2114) | ||
7 | @@ -176,7 +176,7 @@ | ||
8 | LIBS="$LIBS $LIBLTDL" | ||
9 | AC_CHECK_FUNCS([lt_dlmutex_register]) | ||
10 | LIBS=$old_LIBS | ||
11 | -AC_CHECK_TYPES([lt_user_dlloader, lt_dladvise], , , [#include <ltdl.h>]) | ||
12 | +AC_CHECK_TYPES([struct lt_user_dlloader, lt_dladvise], , , [#include <ltdl.h>]) | ||
13 | |||
14 | if test "x$enable_ltdl_install" = "xno" && test "x$ac_cv_lib_ltdl_lt_dlinit" = "xno" ; then | ||
15 | AC_MSG_ERROR([[ | ||