mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
Revert "sqlcipher: fix build for xtensa"
This reverts commit 43d8dc3a392dcb769075cf1b076376a280c15c99. Now that -mtext-section-literals is specified in the xtensa ABI this fix is no longer needed. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
611ce96b3d
commit
b14d069143
@ -32,10 +32,6 @@ ifeq ($(BR2_PACKAGE_SQLCIPHER_STAT3),y)
|
|||||||
SQLCIPHER_CFLAGS += -DSQLITE_ENABLE_STAT3
|
SQLCIPHER_CFLAGS += -DSQLITE_ENABLE_STAT3
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_xtensa),y)
|
|
||||||
SQLCIPHER_CFLAGS += -mtext-section-literals
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SQLCIPHER_READLINE),y)
|
ifeq ($(BR2_PACKAGE_SQLCIPHER_READLINE),y)
|
||||||
SQLCIPHER_DEPENDENCIES += ncurses readline
|
SQLCIPHER_DEPENDENCIES += ncurses readline
|
||||||
SQLCIPHER_CONF_OPT += --with-readline-inc="-I$(STAGING_DIR)/usr/include"
|
SQLCIPHER_CONF_OPT += --with-readline-inc="-I$(STAGING_DIR)/usr/include"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user