Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 768146 Details for
Bug 836319
www-client/seamonkey: restoring PPC64 support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix "--disable-elf-hack is not available in this configuration" build error
elfhack.patch (text/plain), 1.06 KB, created by
Marcus Comstedt
on 2022-03-29 14:34:46 UTC
(
hide
)
Description:
Patch to fix "--disable-elf-hack is not available in this configuration" build error
Filename:
MIME Type:
Creator:
Marcus Comstedt
Created:
2022-03-29 14:34:46 UTC
Size:
1.06 KB
patch
obsolete
>From 153cf0f7fd671d3e5779ad61dde4441c456ca907 Mon Sep 17 00:00:00 2001 >From: Marcus Comstedt <marcus@mc.pp.se> >Date: Tue, 29 Mar 2022 14:45:49 +0200 >Subject: [PATCH] Allow --disable-elf-hack option even when not used > >--- > toolkit/moz.configure | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) > >diff --git a/toolkit/moz.configure b/toolkit/moz.configure >index 031d68c96..7038667e7 100644 >--- a/toolkit/moz.configure >+++ b/toolkit/moz.configure >@@ -1266,12 +1266,11 @@ with only_when('--enable-compile-environment'): > def default_elfhack(release): > return bool(release) > >- with only_when(has_elfhack): >- option('--disable-elf-hack', default=default_elfhack, >- help='Disable elf hacks') >+ option('--disable-elf-hack', default=default_elfhack, >+ help='Disable elf hacks') > >- set_config('USE_ELF_HACK', >- depends_if('--enable-elf-hack')(lambda _: True)) >+ set_config('USE_ELF_HACK', >+ depends_if('--enable-elf-hack')(lambda _: True)) > > > @depends(check_build_environment) >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 836319
: 768146 |
768147
|
768148
|
768152
|
768153
|
768500
|
768502
|
778358
|
778361
|
778394
|
823651
|
916207
|
916238
|
916388