Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 233317

Summary: net-dialup/ppp-2.4.4-r17: Ignored LDFLAGS
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: New packagesAssignee: Gentoo Dialup Developers <net-dialup>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Updated version of patch/make-vars.patch
Alternative version of patch/make-vars.patch

Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-07-29 20:02:08 UTC
net-dialup/ppp-2.4.4-r17:

 * QA Notice: Files built without respecting LDFLAGS have been detected
 *  Please include this file in your report:
 *  /var/tmp/portage/net-dialup/ppp-2.4.4-r17/temp/scanelf-ignored-LDFLAGS.log
 * /usr/sbin/pppoe-discovery
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-07-29 20:20:11 UTC
Created attachment 161658 [details, diff]
Updated version of patch/make-vars.patch
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2008-07-30 20:40:57 UTC
Fixed in ppp-2.4.4-r18.
I had to find another solution, because LDFLAGS=-shared shouldn't be used when linking programs.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-08-01 18:39:09 UTC
It doesn't work, because LDFLAGS_PROG isn't exported.
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-08-01 18:40:40 UTC
Created attachment 161919 [details, diff]
Alternative version of patch/make-vars.patch
Comment 5 Alin Năstac (RETIRED) gentoo-dev 2008-08-01 20:59:28 UTC
Oops... Fixed by exporting LDFLAGS_PROG. Thanks!