Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 408702 Details for
Bug 557194
autotools-utils should honor SYSROOT variable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
propsed patch
autotools-utils.patch (text/plain), 414 bytes, created by
Nikita Shubin
on 2015-08-10 08:22:55 UTC
(
hide
)
Description:
propsed patch
Filename:
MIME Type:
Creator:
Nikita Shubin
Created:
2015-08-10 08:22:55 UTC
Size:
414 bytes
patch
obsolete
>--- autotools-utils.eclass.orig 2015-08-10 11:54:45.000000000 +0400 >+++ autotools-utils.eclass 2015-08-10 11:57:28.000000000 +0400 >@@ -303,6 +303,11 @@ > # Append user args > econfargs+=("${myeconfargs[@]}") > >+ # honor sysroot >+ if [[ -z "$SYSROOT" ]]; then >+ econfargs+=(--with-sysroot="$SYSROOT") >+ fi >+ > mkdir -p "${BUILD_DIR}" || die > pushd "${BUILD_DIR}" > /dev/null || die > econf "${econfargs[@]}" "$@"
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 557194
: 408702