On Sun, 13 Dec 2015, Garrett Cooper wrote:
Log:
Add -static to CFLAGS to unbreak the tests by using a libc.a with
the xlocale private symbols exposed which aren't exposed publicly
via the DSO
This is an interesting hack.
I think there are some bad bugs in static libraries from exposing
pub
Author: ngie
Date: Sun Dec 13 06:33:52 2015
New Revision: 292153
URL: https://svnweb.freebsd.org/changeset/base/292153
Log:
Add -static to CFLAGS to unbreak the tests by using a libc.a with
the xlocale private symbols exposed which aren't exposed publicly
via the DSO
PR: 191354
MFC af