sqlite: remove obsolete configure options
Drop options that are unknown to the configure script. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
64be796285
commit
c0e8772a7f
@ -16,11 +16,9 @@ ifneq ($(BR2_LARGEFILE),y)
|
||||
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DSQLITE_DISABLE_LFS"
|
||||
endif
|
||||
|
||||
SQLITE_CONF_OPT = --enable-tempstore=yes \
|
||||
--enable-threadsafe \
|
||||
--enable-releasemode \
|
||||
--disable-tcl \
|
||||
--localstatedir=/var
|
||||
SQLITE_CONF_OPT = \
|
||||
--enable-threadsafe \
|
||||
--localstatedir=/var
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y)
|
||||
SQLITE_DEPENDENCIES += ncurses readline
|
||||
|
Loading…
Reference in New Issue
Block a user