Bug 233317 - net-dialup/ppp-2.4.4-r17: Ignored LDFLAGS
Bug#: 233317 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: net-dialup@gentoo.org Reported By: arfrever@gentoo.org
Component: Ebuilds
URL: 
Summary: net-dialup/ppp-2.4.4-r17: Ignored LDFLAGS
Keywords:  
Status Whiteboard: 
Opened: 2008-07-29 20:02 0000
Description:   Opened: 2008-07-29 20:02 0000
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 From Arfrever Frehtes Taifersar Arahesis 2008-07-29 20:20:11 0000 -------
Created an attachment (id=161658) [details]
Updated version of patch/make-vars.patch

------- Comment #2 From Alin Năstac 2008-07-30 20:40:57 0000 -------
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 From Arfrever Frehtes Taifersar Arahesis 2008-08-01 18:39:09 0000 -------
It doesn't work, because LDFLAGS_PROG isn't exported.

------- Comment #4 From Arfrever Frehtes Taifersar Arahesis 2008-08-01 18:40:40 0000 -------
Created an attachment (id=161919) [details]
Alternative version of patch/make-vars.patch

------- Comment #5 From Alin Năstac 2008-08-01 20:59:28 0000 -------
Oops... Fixed by exporting LDFLAGS_PROG. Thanks!