Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76487 - gnupg 1.4.0 has text relocation built on hardened
Summary: gnupg 1.4.0 has text relocation built on hardened
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-03 00:47 UTC by Natanael Copa
Modified: 2005-01-04 12:55 UTC (History)
0 users

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


Attachments
gnupg-1.4.0-r1.ebuild.diff (gnupg-1.4.0-r1.ebuild.diff,437 bytes, patch)
2005-01-03 00:50 UTC, Natanael Copa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2005-01-03 00:47:51 UTC
ifdef PIC is used instead of ifdef __PIC__, that produces the text relocation.

This is exactly the same thing as http://bugs.gentoo.org/show_bug.cgi?id=74521

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Natanael Copa 2005-01-03 00:50:21 UTC
Created attachment 47441 [details, diff]
gnupg-1.4.0-r1.ebuild.diff

corrects ebuild s/PIC/__PIC__/
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-01-04 12:55:14 UTC
fixed - thankyou. I'll have to submit this one to the gnupg folks.