Created
August 27, 2019 04:05
-
-
Save osamu/e67fa3c8856f86e59ed0973050a0c109 to your computer and use it in GitHub Desktop.
GSSAPI + Fetchmail on brew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install krb5 | |
brew edit fetchmail | |
``` | |
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-ssl=#{Formula["openssl"].opt_prefix}","-with-gssapi=#{Formula["krb5"].opt_prefix}" | |
``` | |
brew reinstall --build-from-source fetchmail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment