mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
The custom Swift build system doesn't correctly pass CFLAGS/CXXFLAGS/LDFLAGS to invocations of CMake, nor does the Swift compiler pick up on those env vars automatically to pass to Clang. The build system needs to be patched to pass these flags around explicitly, and a few sites were missed during original patching. Signed-off-by: Itai Ferber <itai@itaiferber.net>