Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 777788 Details for
Bug 843437
app-emulation/virtualbox-6.1.32-r1[-pam]: build fails with missing include security/pam_appl.h
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch applied to ebuild so that CXXFLAGS are honored
ebuild.patch (text/plain), 554 bytes, created by
François-Xavier Carton
on 2022-05-09 15:35:06 UTC
(
hide
)
Description:
patch applied to ebuild so that CXXFLAGS are honored
Filename:
MIME Type:
Creator:
François-Xavier Carton
Created:
2022-05-09 15:35:06 UTC
Size:
554 bytes
patch
obsolete
>diff --git a/app-emulation/virtualbox/virtualbox-6.1.32-r1.ebuild b/app-emulation/virtualbox/virtualbox-6.1.32-r1.ebuild >index 96494cca02e56..cd47bd9cf2cc8 100644 >--- a/app-emulation/virtualbox/virtualbox-6.1.32-r1.ebuild >+++ b/app-emulation/virtualbox/virtualbox-6.1.32-r1.ebuild >@@ -264,6 +264,10 @@ src_configure() { > if use amd64 && ! has_multilib_profile ; then > myconf+=( --disable-vmmraw ) > fi >+ cat >> LocalConfig.kmk <<EOF || die >+CFLAGS=${CFLAGS} >+CXXFLAGS=${CXXFLAGS} >+EOF > # not an autoconf script > doecho ./configure "${myconf[@]}" > }
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 843437
:
777782
|
777785
| 777788