From: Imre Kaloz Date: Tue, 25 Aug 2009 11:56:27 +0000 (+0000) Subject: fix breakage introduced with [17394] X-Git-Tag: reboot~22578 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=49e657f433a10da72d74f86a364f2a63a2cbb1cb fix breakage introduced with [17394] SVN-Revision: 17395 --- 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