citus: depend on readline (#5025)
add linked library dependency readline
This commit is contained in:
parent
7b00f5bfe0
commit
eceae16e02
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class Citus < Formula
|
|||
end
|
||||
|
||||
depends_on "postgresql"
|
||||
depends_on "readline"
|
||||
|
||||
def install
|
||||
ENV["PG_CONFIG"] = Formula["postgresql"].opt_bin/"pg_config"
|
||||
|
|
Loading…
Reference in a new issue