Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 901400 Details for
Bug 938580
=sys-boot/gnu-efi-3.0.18-r4: build error if LC_ALL is defined system wide
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gnu-efi-3.0.18-r4.ebuild.patch
gnu-efi-3.0.18-r4.ebuild.patch (text/plain), 818 bytes, created by
Guillaume Castagnino
on 2024-08-28 06:04:43 UTC
(
hide
)
Description:
gnu-efi-3.0.18-r4.ebuild.patch
Filename:
MIME Type:
Creator:
Guillaume Castagnino
Created:
2024-08-28 06:04:43 UTC
Size:
818 bytes
patch
obsolete
>diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.18-r4.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.18-r4.ebuild >index b34d3a74c7..794c48034b 100644 >--- a/sys-boot/gnu-efi/gnu-efi-3.0.18-r4.ebuild >+++ b/sys-boot/gnu-efi/gnu-efi-3.0.18-r4.ebuild >@@ -103,9 +103,9 @@ src_compile() { > # bug #933080, #938012 > local CPPINCLUDEDIR > if tc-is-gcc; then >- CPPINCLUDEDIR=$(LANG=C ${CC} -print-search-dirs 2> /dev/null | grep ^install: | cut -f2 -d' ')/include >+ CPPINCLUDEDIR=$(LC_ALL=C ${CC} -print-search-dirs 2> /dev/null | grep ^install: | cut -f2 -d' ')/include > elif tc-is-clang; then >- CPPINCLUDEDIR=$(LANG=C ${CC} -print-resource-dir 2> /dev/null)/include >+ CPPINCLUDEDIR=$(LC_ALL=C ${CC} -print-resource-dir 2> /dev/null)/include > fi > append-cflags "-nostdinc -isystem ${CPPINCLUDEDIR} -isystem ${ESYSROOT}/usr/include" >
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 938580
: 901400