svn commit: r292482 - stable/9/lib/libc/regex/grot
Garrett Cooper
ngie at FreeBSD.org
Sun Dec 20 00:45:36 UTC 2015
Author: ngie
Date: Sun Dec 20 00:45:34 2015
New Revision: 292482
URL: https://svnweb.freebsd.org/changeset/base/292482
Log:
MFstable/10 r292481:
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/9/lib/libc/regex/grot/Makefile
Directory Properties:
stable/9/ (props changed)
stable/9/lib/ (props changed)
stable/9/lib/libc/ (props changed)
Modified: stable/9/lib/libc/regex/grot/Makefile
==============================================================================
--- stable/9/lib/libc/regex/grot/Makefile Sun Dec 20 00:40:33 2015 (r292481)
+++ stable/9/lib/libc/regex/grot/Makefile Sun Dec 20 00:45:34 2015 (r292482)
@@ -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-9
mailing list