projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4748c1f
)
alsa-utils: prevent configure from using host ncurses[w]5-config files
author
Jo-Philipp Wich
<
[email protected]
>
Wed, 20 Apr 2011 09:55:49 +0000
(09:55 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Wed, 20 Apr 2011 09:55:49 +0000
(09:55 +0000)
SVN-Revision: 26739
utils/alsa-utils/Makefile
patch
|
blob
|
history
diff --git
a/utils/alsa-utils/Makefile
b/utils/alsa-utils/Makefile
index 0d63dc83162574a54d5c9eca778876421607114c..f6e2c7b60d92f76ddbd4f924a16ce5f22be56fb7 100644
(file)
--- 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