From: kaloz Date: Tue, 25 Aug 2009 11:56:27 +0000 (+0000) Subject: fix breakage introduced with [17394] X-Git-Tag: fast2504n-3.10.28-merged~14744 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=18ac347ebb0ab81ac4269be0324d6f475ed7acfd;p=openwrt.git fix breakage introduced with [17394] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17395 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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