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:
2a2bf65
)
aalib: Set ncurses dir prefix. Otherwise configure is going find the hosts ncurses...
author
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 19 Feb 2010 04:10:11 +0000
(
04:10
+0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 19 Feb 2010 04:10:11 +0000
(
04:10
+0000)
SVN-Revision: 19728
libs/aalib/Makefile
patch
|
blob
|
history
diff --git
a/libs/aalib/Makefile
b/libs/aalib/Makefile
index c5e5698d34cb1389fe812baaf7817a4a41ce0d02..fe4b452aece169cdfc7c52aa0ad1cc70c697d8d2 100644
(file)
--- a/
libs/aalib/Makefile
+++ b/
libs/aalib/Makefile
@@
-35,6
+35,7
@@
define Build/Configure
--without-x \
--without-x11-driver \
--without-slang-driver \
+ --with-ncurses=$(STAGING_DIR)/usr \
)
endef