Disable LTO in PKGBUILD (vendored ring/mlua static libs vs makepkg -flto)
All checks were successful
Mirror to GitHub / mirror (push) Successful in 6s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 6s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
b72c6d8f80
commit
6bd9dfb970
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ pkgdesc="Profile-aware Wi-Fi state machine with Tailscale integration"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/Breadway/breadcrumbs"
|
url="https://github.com/Breadway/breadcrumbs"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
# Some Rust deps (ring/mlua) build vendored C/asm into static archives; makepkg's
|
||||||
|
# default -flto=auto emits GCC LTO bitcode the Rust (lld) link cannot read,
|
||||||
|
# causing undefined-symbol errors. Disable LTO.
|
||||||
|
options=(!lto)
|
||||||
depends=('networkmanager')
|
depends=('networkmanager')
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'tailscale: Tailscale VPN profile integration'
|
'tailscale: Tailscale VPN profile integration'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue