summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-13 06:33:52 +0000
committerngie <ngie@FreeBSD.org>2015-12-13 06:33:52 +0000
commitd5e50bf50f68836c9aab5f197ee9eacfec020d8c (patch)
tree975707452d82def6ef723fdd1e3b4b1ee97eba33 /lib
parentd4d206c8d5f20d4323b2a50bb193c2d5b2b0d568 (diff)
downloadFreeBSD-src-d5e50bf50f68836c9aab5f197ee9eacfec020d8c.zip
FreeBSD-src-d5e50bf50f68836c9aab5f197ee9eacfec020d8c.tar.gz
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 after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/regex/grot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/grot/Makefile b/lib/libc/regex/grot/Makefile
index e715dd8..056b55e 100644
--- a/lib/libc/regex/grot/Makefile
+++ b/lib/libc/regex/grot/Makefile
@@ -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
OpenPOWER on IntegriCloud