Remove keg_only restriction from sqlcipher
Closes Homebrew/homebrew#30022. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4cb1b7124c
commit
3f80685b82
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue