Hi @Freso , your workaround may not work with LDFLAGS
not set. LDFLAGS
is set to an empty string in PKGBUILD
, which seems to be passed to linker as-is then, i.e.:
ld "" --other-flags /other/paths
Thus ld will complain that it cannot find file named ""
:
ld : no such file or directory
Pinned Comments
patlefort commented on 2025-05-03 18:24 (UTC) (edited on 2025-09-05 11:14 (UTC) by patlefort)
I have modified install locations: