Skip to content

Instantly share code, notes, and snippets.

@kathampy
Created October 25, 2019 08:02
Show Gist options
  • Save kathampy/6558bc9f27b7030046f6e0804fe7c9ec to your computer and use it in GitHub Desktop.
Save kathampy/6558bc9f27b7030046f6e0804fe7c9ec to your computer and use it in GitHub Desktop.
`curl.rb` with `LibreSSL`
# --with-ssl is ignored and depends_on "libressl" doesn't work.
ENV.prepend_path "PKG_CONFIG_PATH", "#{Formula["libressl"].opt_lib}/pkgconfig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment