summaryrefslogtreecommitdiffstats
path: root/scripts/config
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-10 10:08:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-10 10:08:47 +0000
commit9c470b63b35b21fe97b1f8d394cfed8ebb73868b (patch)
tree1e45158df0154fd839e497f190dad5351acdcdd7 /scripts/config
parente2f8f72041757098c1986eceedd583e1191a6a2d (diff)
downloadmaster-31e0f0ae-9c470b63b35b21fe97b1f8d394cfed8ebb73868b.tar.gz
master-31e0f0ae-9c470b63b35b21fe97b1f8d394cfed8ebb73868b.tar.bz2
master-31e0f0ae-9c470b63b35b21fe97b1f8d394cfed8ebb73868b.zip
cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfully
SVN-Revision: 15183
Diffstat (limited to 'scripts/config')
-rw-r--r--scripts/config/lxdialog/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/config/lxdialog/Makefile b/scripts/config/lxdialog/Makefile
index aed08e0170..3758637ccf 100644
--- 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