Commit c0e8772a authored by Sven Neumann's avatar Sven Neumann Committed by Peter Korsgaard
Browse files

sqlite: remove obsolete configure options



Drop options that are unknown to the configure script.

Signed-off-by: default avatarSven Neumann <s.neumann@raumfeld.com>
Reviewed-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 64be7962
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -16,10 +16,8 @@ ifneq ($(BR2_LARGEFILE),y)
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DSQLITE_DISABLE_LFS"
endif

SQLITE_CONF_OPT =	--enable-tempstore=yes \
SQLITE_CONF_OPT = \
	--enable-threadsafe \
			--enable-releasemode \
			--disable-tcl \
	--localstatedir=/var

ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y)