mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 09:15:30 +01:00
[GH-ISSUE #258] Latest git won't compile #1114
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#1114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chowbok on GitHub (Jan 6, 2026).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/258
Trying to build the latest git version from the AUR package gets a lot of errors like this at the end:
@JakeStanger commented on GitHub (Jan 6, 2026):
Looks like this has been caused by the HTTP library switching out its TLS deps:
https://github.com/seanmonstar/reqwest/pull/2917
Disabling Link Time Optimisation seems to do the trick.
@JakeStanger commented on GitHub (Jan 6, 2026):
I've updated both AUR packages. Let me know if that's solved it.
@chowbok commented on GitHub (Jan 6, 2026):
Yes, thanks!