From c08665c356a01f4e01dccbb3685ad913274f7675 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Wed, 5 Nov 2014 19:04:08 -0500 Subject: 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 --- Library/Formula/sqlcipher.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') 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 ] -- cgit v1.2.3