projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f8f72
)
cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfully
author
Florian Fainelli
<florian@openwrt.org>
Fri, 10 Apr 2009 10:08:47 +0000
(10:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 10 Apr 2009 10:08:47 +0000
(10:08 +0000)
SVN-Revision: 15183
scripts/config/lxdialog/Makefile
patch
|
blob
|
history
diff --git
a/scripts/config/lxdialog/Makefile
b/scripts/config/lxdialog/Makefile
index aed08e0170e987e00ce73c655fa92a0634a28f9f..3758637ccf997e2477528e22108ed14336a6c1d8 100644
(file)
--- a/
scripts/config/lxdialog/Makefile
+++ b/
scripts/config/lxdialog/Makefile
@@
-13,8
+13,9
@@
OS := $(shell uname -s)
ifeq ($(strip $(OS)),OpenBSD)
LIBS := -lncurses
endif
-
-
+ifeq ($(strip $(OS)),CYGWIN_NT-5.1)
+LIBS := -lncurses
+endif
always := $(hostprogs-y) dochecklxdialog
%.o: %.c