How to install formula with compile option? #48
Unanswered
scapodicasa
asked this question in
Everyday usage
Replies: 1 comment 2 replies
-
https://docs.brew.sh/Formula-Cookbook#specifying-other-formulae-as-dependencies
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seeing that Formulae does not support options, I need to install a formula that in past had a compiling options (
haproxy
with lua).I can create a custom formula with the desired option and install it, no problem. What about contributing to Homebrew giving this option to other people? What's the right way? Can I create a pull request with a new formula (something like
haproxy-lua
) or something else?Sorry if this is a topic already discussed in past, but I cannot find answer to this on documentation.
Beta Was this translation helpful? Give feedback.
All reactions