[Mesa-dev] [Bug 52167] llvmpipe test programs link fails when ld --as-needed option is used
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Aug 3 15:44:42 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=52167
--- Comment #4 from Olivier Blin <freedesktop at blino.org> 2012-08-03 22:44:42 UTC ---
Created attachment 65103
--> https://bugs.freedesktop.org/attachment.cgi?id=65103
gallium: only link static archives between ld start/end group options
The attached patch fixes the issue.
I have checked the Makefiles in src/gallium, and found only llvmpipe and gd3d1x
mixing static archives and dynamic libs in the LIBS variable, which is used
between --start-group and --end-group ld options.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list