citus: depend on readline (#5025)

add linked library dependency readline
This commit is contained in:
ilovezfs 2016-09-20 05:20:49 -07:00 committed by GitHub
parent 7b00f5bfe0
commit eceae16e02

View file

@ -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"