diff options
author | ngie <ngie@FreeBSD.org> | 2015-12-14 00:12:53 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-12-14 00:12:53 +0000 |
commit | 17ca717571c27f52897c406a71864f864ca65710 (patch) | |
tree | c78986272e2ab4a955534ea9353928c9ce25caa3 /lib/libc/regex | |
parent | c85e616e29482200cd0a47fa6c85165a98a4caaf (diff) | |
parent | a3c1f4b0eb9f220318c79476b1fcf38beadf35da (diff) | |
download | FreeBSD-src-17ca717571c27f52897c406a71864f864ca65710.zip FreeBSD-src-17ca717571c27f52897c406a71864f864ca65710.tar.gz |
MFhead @ r292177
Diffstat (limited to 'lib/libc/regex')
-rw-r--r-- | lib/libc/regex/grot/Makefile | 2 |
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 |