From: Jo-Philipp Wich Date: Wed, 20 Apr 2011 09:55:49 +0000 (+0000) Subject: alsa-utils: prevent configure from using host ncurses[w]5-config files X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d7aedbf305ff5c8d223acfcd6871ae0ae04a7699;p=openwrt%2Fsvn-archive%2Fpackages.git alsa-utils: prevent configure from using host ncurses[w]5-config files SVN-Revision: 26739 --- diff --git a/utils/alsa-utils/Makefile b/utils/alsa-utils/Makefile index 0d63dc831..f6e2c7b60 100644 --- a/utils/alsa-utils/Makefile +++ b/utils/alsa-utils/Makefile @@ -39,6 +39,9 @@ define Build/Configure --disable-rpath \ --disable-alsatest \ --disable-xmlto \ + , \ + ac_cv_prog_ncurses5_config=no \ + ac_cv_prog_ncursesw5_config=no \ ) endef