Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115504 - net-print/cups: use bindnow-flags function to get the right flags
Summary: net-print/cups: use bindnow-flags function to get the right flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 00:34 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-12-14 12:02 UTC (History)
1 user (show)

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


Attachments
Ebuild patch (cups-bindnow.patch,1.01 KB, patch)
2005-12-14 00:34 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
cups-lppasswd-setXid2.patch (cups-lppasswd-setXid.patch,935 bytes, patch)
2005-12-14 00:48 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-14 00:34:02 UTC
The current ebuild of net-print/cups applies a patch that adds -Wl,-z,now to 
some binaries that gets installed setXid; while this works for GNU ld and 
Solaris ld, the attached patch to the ebuild and the updated setXid patch 
(should probably be called setXid2 as it's not a drop-in of the other but 
requires ebuild actions) make sure that instead the bindnow-flags function is 
used, that finds the right flags depending on the linker used. 
 
Thanks, 
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-14 00:34:22 UTC
Created attachment 74691 [details, diff]
Ebuild patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-14 00:48:06 UTC
Created attachment 74692 [details, diff]
cups-lppasswd-setXid2.patch
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-12-14 12:02:05 UTC
Fixed in a slightly different way by cups-1.1.23-r5.ebuild