mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
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"
|
SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DSQLITE_DISABLE_LFS"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SQLITE_CONF_OPT = --enable-tempstore=yes \
|
SQLITE_CONF_OPT = \
|
||||||
--enable-threadsafe \
|
--enable-threadsafe \
|
||||||
--enable-releasemode \
|
--localstatedir=/var
|
||||||
--disable-tcl \
|
|
||||||
--localstatedir=/var
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y)
|
ifeq ($(BR2_PACKAGE_SQLITE_READLINE),y)
|
||||||
SQLITE_DEPENDENCIES += ncurses readline
|
SQLITE_DEPENDENCIES += ncurses readline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user