Skip to content
  • Thomas Petazzoni's avatar
    alsa-utils: fix build for x86 on x86-64 · 350b6c6e
    Thomas Petazzoni authored
    
    
    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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
    350b6c6e
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading