-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ccache: rework forumula to build without build options #19468
ccache: rework forumula to build without build options #19468
Conversation
I just noticed, maybe this solution would work as well here: #6402 |
Yes, this solution seem to apply here as well: #6402 |
@Git-Jiro yeah the question is whether asciidoc built --with-docbook-xsl is actually itself any different from asciidoc built without the option, or if the only difference is the extra dependency itself. I've been suspecting for some time it may be the latter, in which case this would be the correct solution, and we could probably remove the option from asciidoc too. |
In case of ccache (and makepkg) both solutions seem to be viable. |
I believe the only difference for
|
@Git-Jiro Thank you for the PR!! 😄 |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?This PR should fix ccache related issues related to: #13133
@ilovezfs This solution works with ccache --HEAD as well.