Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 640146 Details for
Bug 723756
sys-libs/newlib-3.3.0 fix for using nano.spec with c++ compiler
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for current in-tree newlib-3.3.0.ebuild
newlib-3.3.0-c++_nano.patch (text/plain), 776 bytes, created by
David Flogeras
on 2020-05-18 12:41:21 UTC
(
hide
)
Description:
Patch for current in-tree newlib-3.3.0.ebuild
Filename:
MIME Type:
Creator:
David Flogeras
Created:
2020-05-18 12:41:21 UTC
Size:
776 bytes
patch
obsolete
>diff -Naur a/newlib-3.3.0.ebuild b/newlib-3.3.0.ebuild >--- a/newlib-3.3.0.ebuild 2020-04-16 05:09:47.000000000 -0300 >+++ b/newlib-3.3.0.ebuild 2020-05-18 09:38:04.248466047 -0300 >@@ -140,6 +140,15 @@ > mkdir -p "${D}/usr/${CTARGET}/include/newlib-nano" || die > mv "${NEWLIBNANOTMPINSTALL}/usr/${CTARGET}/include/newlib.h" \ > "${D}/usr/${CTARGET}/include/newlib-nano/newlib.h" || die >+ >+ # Edit nano spec files, omitting the 'replace' libstdc++ and libsupc++ >+ # directives. >+ local nanospecfiles="" >+ nanospecfiles=$(find "${D}" -name "nano.specs" -print) >+ for f in ${nanospecfiles}; do >+ sed -i 's/\%:replace-outfile(-lstdc++[^)]*)//' ${f} || die >+ sed -i 's/\%:replace-outfile(-lsupc++[^)]*)//' ${f} || die >+ done > fi > > # minor hack to keep things clean
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 723756
: 640146