From 7a844e049f70e2b45680c4187ee47657bed7e706 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 30 Oct 2013 21:47:00 +0000 Subject: AA: scripts/config: fix path to host compiler Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@38612 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/config/lxdialog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config/lxdialog/Makefile b/scripts/config/lxdialog/Makefile index bdafde0c02..6de7c59639 100644 --- a/scripts/config/lxdialog/Makefile +++ b/scripts/config/lxdialog/Makefile @@ -6,7 +6,7 @@ all: lxdialog # Use reursively expanded variables so we do not call gcc unless # we really need to do so. (Do not call gcc as part of make mrproper) CFLAGS := $(shell sh check-lxdialog.sh -ccflags) -LIBS := $(shell sh check-lxdialog.sh -ldflags gcc) +LIBS := $(shell sh check-lxdialog.sh -ldflags $(CC)) # workaround for OpenBSD, which does not use symlinks to libncurses.so OS := $(shell uname -s) -- cgit v1.2.3