diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-18 16:28:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-18 16:28:22 +0000 |
commit | ca3257e6a725df5c66524b19dfdcb73d1fe782a3 (patch) | |
tree | ee89e7f0e50cf8f477bbc795680efdaadfedbb12 /packages/pulseaudio/pulseaudio_0.9.10.bb | |
parent | 231dec46ce70357bf8ab2f75a75821703bc8616b (diff) |
pulseaudio 0.9.10: workaround libtool problems
Diffstat (limited to 'packages/pulseaudio/pulseaudio_0.9.10.bb')
-rw-r--r-- | packages/pulseaudio/pulseaudio_0.9.10.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/pulseaudio/pulseaudio_0.9.10.bb b/packages/pulseaudio/pulseaudio_0.9.10.bb index fe43a57cb0..8c858f9015 100644 --- a/packages/pulseaudio/pulseaudio_0.9.10.bb +++ b/packages/pulseaudio/pulseaudio_0.9.10.bb @@ -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) |