Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
SQLCipher: add extensions
Browse files Browse the repository at this point in the history
Add the --enable-load-extension at compile time, which is needed
by some applications.  eg the next release of sqlitebrowser,
in order to support encryption :>

Closes #33950.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
justinclift authored and jacknagel committed Nov 6, 2014
1 parent 3ceb6b0 commit c08665c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/sqlcipher.rb
Expand Up @@ -17,6 +17,7 @@ def install
--prefix=#{prefix}
--enable-tempstore=yes
--with-crypto-lib=#{Formula["openssl"].opt_prefix}
--enable-load-extension
--disable-tcl
]

Expand Down

0 comments on commit c08665c

Please sign in to comment.