Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74521 - gnupg has text relocation built on hardened
Summary: gnupg has text relocation built on hardened
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Highest normal (vote)
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 09:32 UTC by Peter S. Mazinger
Modified: 2004-12-30 18:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
corrects ebuild s/PIC/__PIC__/ (gnupg-1.2.6-ebuild.dif,608 bytes, patch)
2004-12-15 09:34 UTC, Peter S. Mazinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter S. Mazinger 2004-12-15 09:32:23 UTC
ifdef PIC is used instead of ifdef __PIC__, that produces the text relocation

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Peter S. Mazinger 2004-12-15 09:34:42 UTC
Created attachment 46056 [details, diff]
corrects ebuild s/PIC/__PIC__/

also removes --without-included-zlib, else it will be built against the one
in gnupg itself (not the system provided one)
Comment 2 Natanael Copa 2004-12-30 13:26:02 UTC
Works like a charm on i386-pc-linux-uclibc and i686-pc-linux-gnu. Thanks a lot!
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-12-30 17:05:21 UTC
Good one Peter.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2004-12-30 18:27:35 UTC
added - thanks.