]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/usb_modeswitch/0001-Makefile-allow-extra-configure-flags-to-be-passed-to.patch
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / usb_modeswitch / 0001-Makefile-allow-extra-configure-flags-to-be-passed-to.patch
1 From 1309df373c882f27f476130b06746a6d1e1a0f85 Mon Sep 17 00:00:00 2001
2 From: Peter Korsgaard <peter@korsgaard.com>
3 Date: Fri, 3 Nov 2017 23:21:44 +0100
4 Subject: [PATCH] Makefile: allow extra configure flags to be passed to jimtcl
5  on the make command line
6
7 E.G. to pass --host / --build for cross compilation.
8
9 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 ---
11  Makefile | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/Makefile b/Makefile
15 index a151e2a..94dabd9 100644
16 --- a/Makefile
17 +++ b/Makefile
18 @@ -19,7 +19,7 @@ TCL        ?= $(HOST_TCL)
19  else
20  TCL        ?= /usr/bin/tclsh
21  endif
22 -JIM_CONFIGURE_OPTS = --disable-lineedit \
23 +override JIM_CONFIGURE_OPTS += --disable-lineedit \
24         --with-out-jim-ext="stdlib posix load signal syslog" --prefix=/usr
25  
26  .PHONY: clean install install-common uninstall \
27 -- 
28 2.11.0
29