mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
x11-terms/kitty: set goflags in live
Formerly ommitted given setup.py already sets some reasonable defaults, but doesn't hurt to be explicit and add =pie too (still would rather not use the eclass and some of its implicits that don't fit well here, for now anyway). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -105,12 +105,12 @@ src_prepare() {
|
||||
|
||||
# test may fail/hang depending on environment and shell initialization scripts
|
||||
rm kitty_tests/{shell_integration,ssh}.py || die
|
||||
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
export PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
|
||||
local -x GOFLAGS="-buildmode=pie -v -x"
|
||||
local -x PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
|
||||
|
||||
local conf=(
|
||||
--disable-link-time-optimization
|
||||
|
||||
Reference in New Issue
Block a user