Remove keg_only restriction from sqlcipher

Closes Homebrew/homebrew#30022.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Terrance Kennedy 2014-06-09 22:33:19 -06:00 committed by Jack Nagel
parent 4cb1b7124c
commit 3f80685b82

View file

@ -7,8 +7,6 @@ class Sqlcipher < Formula
head "https://github.com/sqlcipher/sqlcipher.git" head "https://github.com/sqlcipher/sqlcipher.git"
keg_only "SQLCipher conflicts with the system and Homebrew SQLites."
def install def install
system "./configure", "--prefix=#{prefix}", "--enable-tempstore=yes", system "./configure", "--prefix=#{prefix}", "--enable-tempstore=yes",
"CFLAGS=-DSQLITE_HAS_CODEC", "LDFLAGS=-lcrypto", "CFLAGS=-DSQLITE_HAS_CODEC", "LDFLAGS=-lcrypto",