automake: host patch for stability (#47908)
This commit is contained in:
parent
09485b0c7a
commit
402dd6d930
1 changed files with 3 additions and 2 deletions
|
@ -18,10 +18,11 @@ class Automake < Formula
|
|||
depends_on "autoconf"
|
||||
|
||||
# https://lists.gnu.org/archive/html/bug-automake/2018-04/msg00002.html
|
||||
# https://git.savannah.gnu.org/cgit/automake.git/commit/?id=a348d830659fffd2cfc42994524783b07e69b4b5
|
||||
# Remove this when applying any future 1.16.2 update.
|
||||
patch do
|
||||
url "https://git.savannah.gnu.org/cgit/automake.git/patch/?id=a348d830659fffd2cfc42994524783b07e69b4b5"
|
||||
sha256 "7a57ca2b91f7f3c0b168cf5ffbc8a1b2168f3886bcadcc15412281472dace3ce"
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/6c632516/automake/python.diff"
|
||||
sha256 "c048ce853eef073a5dfce34fcf9af786e8525e384e01dbbf4e6066623985d4c7"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue