From 350b6c6e4b039ae0256e52cd06c6f6d769a1c2b1 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 20 Aug 2009 00:07:27 +0200 Subject: 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 --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') 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: -- cgit v1.2.3