svn commit: r292481 - stable/10/lib/libc/regex/grot
Garrett Cooper
ngie at FreeBSD.org
Sun Dec 20 00:40:35 UTC 2015
Author: ngie
Date: Sun Dec 20 00:40:33 2015
New Revision: 292481
URL: https://svnweb.freebsd.org/changeset/base/292481
Log:
MFC r292153:
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
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/10/lib/libc/regex/grot/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/regex/grot/Makefile
==============================================================================
--- stable/10/lib/libc/regex/grot/Makefile Sat Dec 19 23:02:18 2015 (r292480)
+++ stable/10/lib/libc/regex/grot/Makefile Sun Dec 20 00:40:33 2015 (r292481)
@@ -8,7 +8,7 @@
PATHS= ${.CURDIR}/.. ${.CURDIR}/../../locale ${.CURDIR}/../../../../include
.PATH: ${PATHS}
-CFLAGS+= -DPOSIX_MISTAKE -DREDEBUG $(REGCFLAGS)
+CFLAGS+= -static -DPOSIX_MISTAKE -DREDEBUG $(REGCFLAGS)
.for incpath in ${PATHS}
CFLAGS+= -I${incpath}
.endfor
More information about the svn-src-stable-10
mailing list