-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
telegram-cli: Add Apple Silicon support by supporting the --sysconfdi… #80245
Conversation
I figured it out what to do, but the telegram-cli upstream source doesn't build. |
Last commit is from 2016, I think we can at least deprecate this since the author does not seem to be working on the project anymore. |
@SMillerDev would you like me to add a deprecated flag? |
Yeah, that's my preference |
ok adding it, wanted to check |
c5b275a
to
5d16b12
Compare
@SMillerDev I used:
bah wrong date. |
…r option of configure
fixed |
5d16b12
to
7d7dd3d
Compare
Merged in c51ca56. Will dispatch an ARM bottle separately. |
…r option of configure
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 --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?This one is a little odd:
The upstream fix is here:
vysheng/tg#1714
However, it doesn't apply cleanly, so attached one in the data section.
I need to look again, as I think there is a way to do this when building against HEAD, I'll have to look at other formula and come back