gnupg2: remove 8192 option.
Unsupported by upstream. Closes Homebrew/homebrew#34464.
This commit is contained in:
parent
5f8e9e2c51
commit
c4ad0390cf
1 changed files with 0 additions and 4 deletions
|
@ -15,8 +15,6 @@ class Gnupg2 < Formula
|
|||
sha1 "ad0e8129ffbaf615f8b43aa93b89eb1cdc517f1f" => :mountain_lion
|
||||
end
|
||||
|
||||
option "8192", "Build with support for private keys of up to 8192 bits"
|
||||
|
||||
depends_on "libgpg-error"
|
||||
depends_on "libgcrypt"
|
||||
depends_on "libksba"
|
||||
|
@ -44,8 +42,6 @@ class Gnupg2 < Formula
|
|||
end
|
||||
inreplace "tools/gpgkey2ssh.c", "gpg --list-keys", "gpg2 --list-keys"
|
||||
|
||||
inreplace "g10/keygen.c", "max=4096", "max=8192" if build.include? "8192"
|
||||
|
||||
(var/"run").mkpath
|
||||
|
||||
ENV.append "LDFLAGS", "-lresolv"
|
||||
|
|
Loading…
Reference in a new issue