-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
md5deep: support for ARM #70616
md5deep: support for ARM #70616
Conversation
If you could fix it now too, that'd be much appreciated. |
The license is a bit complex, I think it's fine to be taken of later on:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @paulhammond
|
md5deep currently fails to install on Apple Silicon thanks to an outdated copy of the GNU config scripts in that repo. The issue has been reported upstream. Until they fix it this pull request adds a minimal patch to get the homebrew formula compiling again.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?brew audit --strict
warns thatGPL-2.0
is not a valid license which is not related to these changes. Not sure if you'd like that fixed in this PR too?