• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/sqlcipher/Config.in
Thomas De SchampheleireThomas De Schampheleire committed be084204eb407 Nov 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_SQLCIPHER
2
    bool "sqlcipher"
3
    depends on !BR2_PACKAGE_SQLITE
4
    depends on BR2_TOOLCHAIN_HAS_THREADS
5
    select BR2_PACKAGE_OPENSSL
6
    help
7
      SQLCipher is an SQLite extension that provides 256 bits AES
8
      encryption of database files.  Note that it is a fork of SQLite
9
      and they cannot be installed side-by-side.
10
​
11
      http://sqlcipher.net
12
​
13
if BR2_PACKAGE_SQLCIPHER
14
​
15
config BR2_PACKAGE_SQLCIPHER_READLINE
16
    bool "Command-line editing"
17
    select BR2_PACKAGE_NCURSES
18
    select BR2_PACKAGE_READLINE
19
    help
20
      Enable command-line editing. This requires ncurses and readline.
21
​
22
config BR2_PACKAGE_SQLCIPHER_STAT3
23
    bool "Additional query optimizations (stat3)"
24
    help
25
      Adds additional logic to the ANALYZE command and to the query
26
      planner that can help SQLite to choose a better query plan under
27
      certain situations.
28
​
29
endif
30
​
31
comment "sqlcipher conflicts with sqlite"
32
    depends on BR2_PACKAGE_SQLITE
33
​
34
comment "sqlcipher needs a toolchain w/ threads"
35
    depends on !BR2_PACKAGE_SQLITE
36
    depends on !BR2_TOOLCHAIN_HAS_THREADS
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.