projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ab3b9
)
fix breakage introduced with [17394]
author
Imre Kaloz
<kaloz@openwrt.org>
Tue, 25 Aug 2009 11:56:27 +0000
(11:56 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Tue, 25 Aug 2009 11:56:27 +0000
(11:56 +0000)
SVN-Revision: 17395
scripts/config/lxdialog/Makefile
patch
|
blob
|
history
diff --git
a/scripts/config/lxdialog/Makefile
b/scripts/config/lxdialog/Makefile
index 74ee942cd680efef564e8b21430af2355f312857..bdafde0c021ac44cf0d37f43a268749409c7ae4a 100644
(file)
--- a/
scripts/config/lxdialog/Makefile
+++ b/
scripts/config/lxdialog/Makefile
@@
-12,6
+12,7
@@
LIBS := $(shell sh check-lxdialog.sh -ldflags gcc)
OS := $(shell uname -s)
ifeq ($(strip $(OS)),OpenBSD)
LIBS := -lncurses
+endif
ifeq ($(shell uname -o),Cygwin)
LIBS := -lncurses
endif