Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28535 Details for
Bug 46326
bash needs further -fPIC fixes on amd64 with pie
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for app-shells/bash-2.05b-r9.ebuild to allow compilation with CFLAGS containing "-pie" on amd64
bash-2.05b-r9-amd64-pie.diff (text/plain), 535 bytes, created by
Danny van Dyk (RETIRED)
on 2004-04-01 15:23:12 UTC
(
hide
)
Description:
Patch for app-shells/bash-2.05b-r9.ebuild to allow compilation with CFLAGS containing "-pie" on amd64
Filename:
MIME Type:
Creator:
Danny van Dyk (RETIRED)
Created:
2004-04-01 15:23:12 UTC
Size:
535 bytes
patch
obsolete
>--- bash-2.05b-r9.ebuild.orig 2004-04-02 00:22:07.466912992 +0200 >+++ bash-2.05b-r9.ebuild 2004-04-02 01:21:23.953244888 +0200 >@@ -43,6 +43,11 @@ > # Fix parallel make, bug #41002. > epatch ${FILESDIR}/${P}-parallel-build.patch > >+ # needs this to compile with CFLAGS="-pie" on amd64 >+ if [ ${ARCH} = "amd64" ]; then >+ is-flag -pie && epatch ${FILESDIR}/${P}-amd64-pie-fPIC.patch >+ fi >+ > # Enable SSH_SOURCE_BASHRC (#24762) > sed -e 's:^.*\(#define SSH_SOURCE_BASHRC\).*$:\1:' \ > -i config-top.h
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 46326
:
28532
|
28534
| 28535