From 7e466eb43e0428177f9397e4932fda934dc07169 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 18 Jul 2025 01:20:32 -0400 Subject: Attempting to fix the rust linkage thing --- www-client/chromium/chromium-140.0.7299.0.ebuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'www-client/chromium/chromium-140.0.7299.0.ebuild') diff --git a/www-client/chromium/chromium-140.0.7299.0.ebuild b/www-client/chromium/chromium-140.0.7299.0.ebuild index fd5cb52..e6f2dd5 100644 --- a/www-client/chromium/chromium-140.0.7299.0.ebuild +++ b/www-client/chromium/chromium-140.0.7299.0.ebuild @@ -1073,16 +1073,17 @@ chromium_compile() { local -x PYTHONPATH= # Build mksnapshot and pax-mark it. - local x - for x in mksnapshot v8_context_snapshot_generator; do - if tc-is-cross-compiler; then - eninja -C out/Release "host/${x}" - pax-mark m "out/Release/host/${x}" - else - eninja -C out/Release "${x}" - pax-mark m "out/Release/${x}" - fi - done + # flag pax-kernel unimplemented + # local x + # for x in mksnapshot v8_context_snapshot_generator; do + # if tc-is-cross-compiler; then + # eninja -C out/Release "host/${x}" + # pax-mark m "out/Release/host/${x}" + # else + # eninja -C out/Release "${x}" + # pax-mark m "out/Release/${x}" + # fi + # done # Even though ninja autodetects number of CPUs, we respect # user's options, for debugging with -j 1 or any other reason. -- cgit v1.2.3