pulseaudio 0.9.10: workaround libtool problems
authorKoen Kooi <koen@openembedded.org>
Wed, 18 Jun 2008 16:28:22 +0000 (16:28 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 18 Jun 2008 16:28:22 +0000 (16:28 +0000)
packages/pulseaudio/pulseaudio_0.9.10.bb

index fe43a57..8c858f9 100644 (file)
@@ -12,6 +12,13 @@ SRC_URI += "\
   file://2114.diff;patch=1;pnum=0 \
 "            
 
+do_compile_prepend() {
+    cd ${S}
+    mkdir -p ${S}/libltdl
+    cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
+}
+
+
 # problems w/ pulseaudio 0.9.10 atm:
 # 1.) needs libltdl >= 1.5.24 (yes, any older version will NOT work at runtime)
 # 2.) doesn't build w/ glibc TLS support (hence patched out)