[oe-commits] Steve Sakoman : pulseaudio: patch configure.ac to work around install error

git version control git at git.openembedded.org
Tue Mar 23 15:30:55 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 5b6b153cde47a412c12b65328a3308b8a43c47d3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5b6b153cde47a412c12b65328a3308b8a43c47d3

Author: Steve Sakoman <steve at sakoman.com>
Date:   Tue Mar 23 16:29:08 2010 +0100

pulseaudio: patch configure.ac to work around install error

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/pulseaudio/files/configure-ac.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/recipes/pulseaudio/files/configure-ac.patch b/recipes/pulseaudio/files/configure-ac.patch
new file mode 100644
index 0000000..7863a12
--- /dev/null
+++ b/recipes/pulseaudio/files/configure-ac.patch
@@ -0,0 +1,11 @@
+--- pulseaudio-0.9.15/configure.ac-orig	2010-03-19 07:06:56.000000000 -0700
++++ pulseaudio-0.9.15/configure.ac	2010-03-22 14:06:06.000000000 -0700
+@@ -1294,7 +1294,7 @@ fi
+ AC_ARG_WITH(
+         [module-dir],
+         AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/]),
+-        [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/"])
++        [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules"])
+ 
+ AC_SUBST(modlibexecdir)
+ 





More information about the Openembedded-commits mailing list