ffd7a00aef
The AM_PATH_ALSA macro in utils/alsa.m4 unconditionally uses -ldl. This breaks compilation of alsa-utils (and probably other packages using this macro) for targets that do not support dynamic loading, such as for Blackfin FLAT binaries. This patch updates the macro to check if dlopen is available, and use that result to conditionally add -ldl to the list of libraries. Fixes http://autobuild.buildroot.org/results/de2/de286880973be956f6c504aa9a758171d6f49674/build-end.log Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |
||
---|---|---|
.. | ||
alsa-lib-0001-avr32-bad-inline.patch | ||
alsa-lib-0002-no-mmu.patch | ||
alsa-lib-0003-dlmisc.patch | ||
alsa-lib-0004-conditional-enabling-of-libdl-in-m4.patch | ||
alsa-lib.mk | ||
Config.in |