Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 282753 Details for
Bug 378559
sys-apps/portage-2.1.10.10 add support for stripping PE32
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
prepstrip-BJA-mingw.diff
prepstrip-BJA-mingw.diff (text/plain), 1.16 KB, created by
Bertrand Jacquin
on 2011-08-09 20:18:57 UTC
(
hide
)
Description:
prepstrip-BJA-mingw.diff
Filename:
MIME Type:
Creator:
Bertrand Jacquin
Created:
2011-08-09 20:18:57 UTC
Size:
1.16 KB
patch
obsolete
>--- /usr/lib64/portage/bin/ebuild-helpers/prepstrip 2011-08-06 15:56:20.000000000 +0200 >+++ prepstrip 2011-08-06 15:55:59.000000000 +0200 >@@ -119,14 +119,14 @@ > # Now we look for unstripped binaries. > for x in \ > $(scanelf -yqRBF '#k%F' -k '.symtab' "$@") \ >- $(find "$@" -type f -name '*.a') >+ $(find "$@" -type f -name '*.a' -or -name '*.exe' -or -name '*.dll') > do > if ! ${banner} ; then > vecho "strip: ${STRIP} ${PORTAGE_STRIP_FLAGS}" > banner=true > fi > >- f=$(file "${x}") || continue >+ f=$(file -b "${x}") || continue > [[ -z ${f} ]] && continue > > if ! ${SKIP_STRIP} ; then >@@ -149,13 +149,13 @@ > # actually causes problems. install sources for all > # elf types though cause that stuff is good. > >- if [[ ${f} == *"current ar archive"* ]] ; then >+ if [[ ${f} == "current ar archive" ]] ; then > vecho " ${x:${#D}}" > if ${strip_this} ; then > # hmm, can we split debug/sources for .a ? > ${STRIP} -g "${x}" > fi >- elif [[ ${f} == *"SB executable"* || ${f} == *"SB shared object"* ]] ; then >+ elif [[ ${f} == *"SB executable"* || ${f} == *"SB shared object"* || ${f} == "PE32"* ]] ; then > vecho " ${x:${#D}}" > save_elf_sources "${x}" > if ${strip_this} ; then
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 378559
: 282753