Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subversion: rebuild bottles to avoid libmagic linkage #63348

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/subversion.rb
Expand Up @@ -5,7 +5,7 @@ class Subversion < Formula
mirror "https://archive.apache.org/dist/subversion/subversion-1.14.0.tar.bz2"
sha256 "6ba8e218f9f97a83a799e58a3c6da1221d034b18d9d8cbbcb6ec52ab11722102"
license "Apache-2.0"
revision 3
revision 4

livecheck do
url :stable
Expand Down Expand Up @@ -124,7 +124,7 @@ def install
system "./autogen.sh" if build.head?
system "./configure", *args
system "make"
system "make", "install"
ENV.deparallelize { system "make", "install" }
bash_completion.install "tools/client-side/bash_completion" => "subversion"

system "make", "tools"
Expand Down