fix sqlite3 on hosts where tclsh is installed
authorNicolas Thill <nico@openwrt.org>
Sun, 11 Jan 2009 04:47:12 +0000 (04:47 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 11 Jan 2009 04:47:12 +0000 (04:47 +0000)
SVN-Revision: 13978

libs/sqlite3/Makefile

index 8959105a847833d6be3190d03da003177d6ad3ab..70fcf5f16716c2fd4249352d32b73d2878fb067a 100644 (file)
@@ -65,6 +65,7 @@ CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \
        --disable-tcl \
+       --disable-amalgamation \
 
 CONFIGURE_VARS += \
        config_BUILD_CC="$(HOSTCC)" \