Merge pull request #36218 from MikeMcQuaid/tmux-remove-options

tmux: remove options.
This commit is contained in:
Mike McQuaid 2019-01-21 12:41:59 +00:00 committed by GitHub
parent 9a5903ce92
commit 60b80cf6cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@ class Tmux < Formula
depends_on "pkg-config" => :build
depends_on "libevent"
depends_on "utf8proc" => :optional
resource "completion" do
url "https://raw.githubusercontent.com/imomaliev/tmux-bash-completion/homebrew_1.0.0/completions/tmux"
@ -36,8 +35,6 @@ class Tmux < Formula
--sysconfdir=#{etc}
]
args << "--enable-utf8proc" if build.with?("utf8proc")
ENV.append "LDFLAGS", "-lresolv"
system "./configure", *args