From 6c6adcc7e992df72a77645e20735fd87e698e94b Mon Sep 17 00:00:00 2001 From: Sacheendra Talluri Date: Tue, 24 Jan 2017 13:19:54 +0100 Subject: disables tcl in sqlite build --- Simulator/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulator/makefile b/Simulator/makefile index 9a2e6d2c..52386dab 100644 --- a/Simulator/makefile +++ b/Simulator/makefile @@ -30,7 +30,7 @@ sqlite: echo $(git log -1 --format=format:%H) > manifest.uuid mkdir external cd external ; \ - ./../../external/sqlite/configure ; \ + ./../../external/sqlite/configure --disable-tcl ; \ make sqlite3.o mv external/sqlite3.o sqlite3.o rm -rf external/ -- cgit v1.2.3