diff --git a/Formula/sqlcipher.rb b/Formula/sqlcipher.rb index 8008c8d328..be4ae01912 100644 --- a/Formula/sqlcipher.rb +++ b/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",