Re: svn commit: r292153 - head/lib/libc/regex/grot

2015-12-13 Thread Bruce Evans
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

svn commit: r292153 - head/lib/libc/regex/grot

2015-12-12 Thread Garrett Cooper
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