Skip to content

Instantly share code, notes, and snippets.

@osamu
Created August 27, 2019 04:05
Show Gist options
  • Save osamu/e67fa3c8856f86e59ed0973050a0c109 to your computer and use it in GitHub Desktop.
Save osamu/e67fa3c8856f86e59ed0973050a0c109 to your computer and use it in GitHub Desktop.
GSSAPI + Fetchmail on brew
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