aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlcipher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sqlcipher.rb')
-rw-r--r--Library/Formula/sqlcipher.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/sqlcipher.rb b/Library/Formula/sqlcipher.rb
index 8008c8d32..be4ae0191 100644
--- a/Library/Formula/sqlcipher.rb
+++ b/Library/Formula/sqlcipher.rb
@@ -7,8 +7,6 @@ class Sqlcipher < Formula
head "https://github.com/sqlcipher/sqlcipher.git"
- keg_only "SQLCipher conflicts with the system and Homebrew SQLites."
-
def install
system "./configure", "--prefix=#{prefix}", "--enable-tempstore=yes",
"CFLAGS=-DSQLITE_HAS_CODEC", "LDFLAGS=-lcrypto",