citus: depend on readline (#5025)

add linked library dependency readline
master
ilovezfs 2016-09-20 05:20:49 -07:00 committed by GitHub
parent 7b00f5bfe0
commit eceae16e02
1 changed files with 1 additions and 0 deletions

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"