diff options
| author | Justin Clift | 2014-11-05 19:04:08 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-11-05 19:18:13 -0600 |
| commit | c08665c356a01f4e01dccbb3685ad913274f7675 (patch) | |
| tree | 1399993d85050f8af4ed7e2b3afe6584be72befc | |
| parent | 3ceb6b0a94e2e8b47e8375fcb8dfb3a3290df47c (diff) | |
| download | homebrew-c08665c356a01f4e01dccbb3685ad913274f7675.tar.bz2 | |
SQLCipher: add extensions
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>
| -rw-r--r-- | Library/Formula/sqlcipher.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sqlcipher.rb b/Library/Formula/sqlcipher.rb index 88ab7cc65..e36674ce1 100644 --- a/Library/Formula/sqlcipher.rb +++ b/Library/Formula/sqlcipher.rb @@ -17,6 +17,7 @@ class Sqlcipher < Formula --prefix=#{prefix} --enable-tempstore=yes --with-crypto-lib=#{Formula["openssl"].opt_prefix} + --enable-load-extension --disable-tcl ] |
