buildrootschalter/package/alsa-lib
Thomas De Schampheleire ffd7a00aef alsa-lib: add patch to remove hardcoded -ldl
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>
2014-02-23 12:32:29 +01:00
..
alsa-lib-0001-avr32-bad-inline.patch alsa-lib: add sequence number to existing patches 2014-02-23 12:32:09 +01:00
alsa-lib-0002-no-mmu.patch alsa-lib: add sequence number to existing patches 2014-02-23 12:32:09 +01:00
alsa-lib-0003-dlmisc.patch alsa-lib: fix build when dynamic load is not supported (e.g. blackfin FLAT) 2014-02-23 12:32:17 +01:00
alsa-lib-0004-conditional-enabling-of-libdl-in-m4.patch alsa-lib: add patch to remove hardcoded -ldl 2014-02-23 12:32:29 +01:00
alsa-lib.mk package: fix white spaces 2014-01-16 13:31:09 +01:00
Config.in package: remove the empty trailing line(s) 2014-01-04 10:39:29 +01:00