]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
alsa-lib: fix build when dynamic load is not supported (e.g. blackfin FLAT)
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sun, 23 Feb 2014 10:11:16 +0000 (11:11 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 23 Feb 2014 11:32:17 +0000 (12:32 +0100)
commit8d911f9b7bd7beac94a3255b29ebe432405d511f
tree4b493973997c1262f55de5718060aa5ce6b24f82
parentf895a67968c201ee8b84e1b181a6b5973c1fd8f4
alsa-lib: fix build when dynamic load is not supported (e.g. blackfin FLAT)

The FLAT GNU toolchain doesn't include the dlfcn.h header file.
Provide the necessary declarations (RTLD_*) to make alsa-lib happy.

Fixes
http://autobuild.buildroot.org/results/706/7069e1f43cbed745d65f7dd9904a3fff034530ac/build-end.log

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
[Thomas: change sequence number from 003 to 0003, update patch and commit
         message ]
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/alsa-lib/alsa-lib-0003-dlmisc.patch [new file with mode: 0644]