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
|
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
Fixed in ppp-2.4.4-r18.
I had to find another solution, because LDFLAGS=-shared shouldn't be used when
linking programs.
It doesn't work, because LDFLAGS_PROG isn't exported.
Oops... Fixed by exporting LDFLAGS_PROG. Thanks!