Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
Created an attachment (id=161658) [details] Updated version of patch/make-vars.patch
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.
Created an attachment (id=161919) [details] Alternative version of patch/make-vars.patch
Oops... Fixed by exporting LDFLAGS_PROG. Thanks!