aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Clift2014-11-05 19:04:08 -0500
committerJack Nagel2014-11-05 19:18:13 -0600
commitc08665c356a01f4e01dccbb3685ad913274f7675 (patch)
tree1399993d85050f8af4ed7e2b3afe6584be72befc
parent3ceb6b0a94e2e8b47e8375fcb8dfb3a3290df47c (diff)
downloadhomebrew-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.rb1
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
]