buildroot/package/alsa-lib
Sam bobroff 258cc58294 alsa-lib: fix build on powerpc64 and powerpc64le
Fixes linker error
http://autobuild.buildroot.net/results/c6272ac900d1a53b976839ac4f50a210b3e6b354

On powerpc64 (and powerpc64le) the build fails due to linker problems
because of an old (2003) workaround for powerpc64, presumably working
around an old toolchain problem that is no longer present. Removing
the workaround allows the build to succeed. A new patch is added for
this.

Additionally, there was a mistake in patch 3: the patch added a test
for HAVE_LIBDL to include/alsa-symbols.h but it was positioned in the
file before config.h was included, so HAVE_LIBDL is never seen as
defined.  The test was also using HAVE_LIBDL (which indicates the
library) rather than HAVE_DLFCN (which indicates the header).

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-11-03 22:35:07 +01:00
..
0001-musl-pcm-h.patch
0002-no-mmu.patch
0003-dlmisc.patch alsa-lib: fix build on powerpc64 and powerpc64le 2016-11-03 22:35:07 +01:00
0004-conditional-enabling-of-libdl-in-m4.patch
0005-remove-powerpc64-workaround.patch alsa-lib: fix build on powerpc64 and powerpc64le 2016-11-03 22:35:07 +01:00
alsa-lib.hash alsa-lib: bump version to 1.1.2 2016-08-03 20:47:05 +02:00
alsa-lib.mk alsa-lib: bump version to 1.1.2 2016-08-03 20:47:05 +02:00
Config.in