From: nico Date: Sun, 11 Jan 2009 04:47:12 +0000 (+0000) Subject: fix sqlite3 on hosts where tclsh is installed X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=70ad04384ecbc8f5db224aa873666ca03305d6c5;p=packages.git fix sqlite3 on hosts where tclsh is installed git-svn-id: svn://svn.openwrt.org/openwrt/packages@13978 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)" \