summaryrefslogtreecommitdiffstats
path: root/package/usb_modeswitch/0001-Makefile-allow-extra-configure-flags-to-be-passed-to.patch
blob: 9e1e681fa5a2bf1568bb5c420366d67513245d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 1309df373c882f27f476130b06746a6d1e1a0f85 Mon Sep 17 00:00:00 2001
From: Peter Korsgaard <peter@korsgaard.com>
Date: Fri, 3 Nov 2017 23:21:44 +0100
Subject: [PATCH] Makefile: allow extra configure flags to be passed to jimtcl
 on the make command line

E.G. to pass --host / --build for cross compilation.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a151e2a..94dabd9 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ TCL        ?= $(HOST_TCL)
 else
 TCL        ?= /usr/bin/tclsh
 endif
-JIM_CONFIGURE_OPTS = --disable-lineedit \
+override JIM_CONFIGURE_OPTS += --disable-lineedit \
 	--with-out-jim-ext="stdlib posix load signal syslog" --prefix=/usr
 
 .PHONY: clean install install-common uninstall \
-- 
2.11.0

OpenPOWER on IntegriCloud