diff options
| author | Terrance Kennedy | 2014-06-09 22:33:19 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-06-10 00:54:33 -0500 |
| commit | 4d18a8d1f72f6f49c4be72e34e7e9676b395c09d (patch) | |
| tree | 9a347177cba98b57c6a37a64bf6f50e2bf3868ef | |
| parent | 9efb8770a16a32477499981d6d847065946b684a (diff) | |
| download | homebrew-4d18a8d1f72f6f49c4be72e34e7e9676b395c09d.tar.bz2 | |
Remove keg_only restriction from sqlcipher
Closes #30022.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/sqlcipher.rb | 2 |
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", |
