[packages] alsa-utils: prevent configure from using host ncurses[w]5-config files

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26739 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-04-20 09:55:49 +00:00
parent 495478d009
commit 383ea713c9

View File

@ -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