From 61d07cd075bd5e914148a6cc40d23c76519ec53a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 11 Jan 2009 04:47:12 +0000 Subject: [PATCH] fix sqlite3 on hosts where tclsh is installed SVN-Revision: 13978 --- libs/sqlite3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 8959105a84..70fcf5f167 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -65,6 +65,7 @@ CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ --disable-tcl \ + --disable-amalgamation \ CONFIGURE_VARS += \ config_BUILD_CC="$(HOSTCC)" \ -- 2.30.2