Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28532 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 sys-apps/bash-2.05b-r9.ebuild to allow compilation with CFLAGS containing "-pie" on amd64
bash-2.05b-r9-amd64-pie.diff (text/plain), 434 bytes, created by
Danny van Dyk (RETIRED)
on 2004-04-01 14:37:06 UTC
(
hide
)
Description:
Patch for sys-apps/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 14:37:06 UTC
Size:
434 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 00:33:00.850583576 +0200 >@@ -81,6 +81,12 @@ > --with-curses \ > --without-gnu-malloc \ > ${myconf} || die >+ >+ # need this to compile with CFLAGS="-pie" on amd64 >+ # does not apply to all archs, as specific library is static >+ if [ ${ARCH} = "amd64" ]; then >+ is-flag -pie && CFLAGS_FOR_BUILD="-g -fPIC" >+ fi > > make || die > }
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