diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-08-25 11:56:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-08-25 11:56:27 +0000 |
commit | 49e657f433a10da72d74f86a364f2a63a2cbb1cb (patch) | |
tree | 4ac67261bc90348acdf9fb623231b9e16798183f /scripts | |
parent | 32ab3b9692d4c875ed428c2713f4c95701734d32 (diff) | |
download | upstream-49e657f433a10da72d74f86a364f2a63a2cbb1cb.tar.gz upstream-49e657f433a10da72d74f86a364f2a63a2cbb1cb.tar.bz2 upstream-49e657f433a10da72d74f86a364f2a63a2cbb1cb.zip |
fix breakage introduced with [17394]
SVN-Revision: 17395
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config/lxdialog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config/lxdialog/Makefile b/scripts/config/lxdialog/Makefile index 74ee942cd6..bdafde0c02 100644 --- 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 |