summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-20 00:40:33 +0000
committerngie <ngie@FreeBSD.org>2015-12-20 00:40:33 +0000
commit4b0edd27759d978e789bf69f9e86617322109477 (patch)
tree4a8b7ea82a988ed6714d3fb4451ba23116706623 /lib
parentb6f246520d532d80d0838a3b005db8ef8e9e9a47 (diff)
downloadFreeBSD-src-4b0edd27759d978e789bf69f9e86617322109477.zip
FreeBSD-src-4b0edd27759d978e789bf69f9e86617322109477.tar.gz
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
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