mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
create rootf's & SDK from 2018.02.9 buildroot (#10)
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
This commit is contained in:
@@ -4,12 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SQLCIPHER_VERSION = 4.5.0
|
||||
SQLCIPHER_SITE = $(call github,sqlcipher,sqlcipher,v$(SQLCIPHER_VERSION))
|
||||
SQLCIPHER_LICENSE = BSD-3-Clause
|
||||
SQLCIPHER_LICENSE_FILES = LICENSE
|
||||
SQLCIPHER_CPE_ID_VENDOR = zetetic
|
||||
SQLCIPHER_DEPENDENCIES = host-pkgconf openssl host-tcl
|
||||
SQLCIPHER_VERSION = v3.2.0
|
||||
SQLCIPHER_SITE = $(call github,sqlcipher,sqlcipher,$(SQLCIPHER_VERSION))
|
||||
SQLCIPHER_DEPENDENCIES = openssl host-tcl
|
||||
SQLCIPHER_INSTALL_STAGING = YES
|
||||
|
||||
SQLCIPHER_CONF_ENV = \
|
||||
@@ -21,7 +18,7 @@ SQLCIPHER_CONF_OPTS = \
|
||||
--disable-tcl
|
||||
|
||||
SQLCIPHER_CFLAGS += -DSQLITE_HAS_CODEC # Required according to the README
|
||||
SQLCIPHER_CONF_ENV += LIBS=`$(PKG_CONFIG_HOST_BINARY) --libs openssl`
|
||||
SQLCIPHER_CONF_ENV += LIBS="-lcrypto -lz"
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SQLCIPHER_STAT3),y)
|
||||
SQLCIPHER_CFLAGS += -DSQLITE_ENABLE_STAT3
|
||||
@@ -34,10 +31,4 @@ else
|
||||
SQLCIPHER_CONF_OPTS += --disable-readline
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
SQLCIPHER_CONF_OPTS += --disable-load-extension
|
||||
else
|
||||
SQLCIPHER_CONF_OPTS += --enable-load-extension
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user