summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-08-20 00:07:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-08-20 00:07:27 +0200
commit350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1 (patch)
treeb54717b9ce9280a81abf7fadc097419e47a01d3c /CHANGES
parenta0c23b6d2b5ef8222a98d426cb42f6aa2e47b228 (diff)
downloadbuildroot-novena-350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1.tar.gz
buildroot-novena-350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1.zip
alsa-utils: fix build for x86 on x86-64
alsa-utils included two ugly patches for ARM and AVR32 to fix build issues encountered with ncurses. In fact these build issues were caused by the fact that alsa-utils was using ncurses5-config of the host instead of the one installed in $(STAGING_DIR). Therefore, these two patches are removed, and we instead pass ac_cv_prog_ncurses5_config to the ./configure script. This commit solves bug #569, reported by Simon Pasch, who also contributed this fix. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ec8bfded1..fdecd5350 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,7 @@
#525: sed broken with external toolchain
#537: Fix gzip build with recent glibc
+ #569: Fix alsa-utils build for x86 on x86-64
2009.08-rc1, Released August 2nd, 2009: