From: Nicolas Thill Date: Sun, 11 Jan 2009 04:47:12 +0000 (+0000) Subject: fix sqlite3 on hosts where tclsh is installed X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6baff083e85fb284e565895b2a2338dfa9942ae4;p=openwrt%2Fsvn-archive%2Fpackages.git fix sqlite3 on hosts where tclsh is installed SVN-Revision: 13978 --- diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 8959105a8..70fcf5f16 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)" \