mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-terms/kitty: update live
Kitty has some new logic to avoid overriding fortify source, but does not know that it's toolchain-implicit on Gentoo (and then it'd override gcc[hardened]'s _f_s=3 back to =2). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -103,6 +103,7 @@ src_prepare() {
|
||||
local sedargs=(
|
||||
-e "/num_workers =/s/=.*/= $(makeopts_jobs)/"
|
||||
-e "s/cflags.append.*-O3.*/pass/" -e 's/-O3//'
|
||||
-e "s/cflags.append(fortify_source)/pass/" # use toolchain's _f_s
|
||||
-e "s/ld_flags.append('-[sw]')/pass/"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user