From: Imre Kaloz Date: Tue, 25 Aug 2009 11:56:27 +0000 (+0000) Subject: fix breakage introduced with [17394] X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=6e81fc6168268bbcbc78401466f23aea96c007f0 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