diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:52:00 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:52:00 +0000 |
| commit | 85626903d5ab6acbbf2be678a876b076fa67f064 (patch) | |
| tree | 32957f57e2d791922c1da624bde22c7e1ea1a56a | |
| parent | f36f637c6e043349692b2a6bda4a085769510328 (diff) | |
Notes
| -rw-r--r-- | lib/libcompat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 0bd47dfce0b2..4961b10af9ac 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -3,7 +3,7 @@ PACKAGE=lib${LIB} LIB= compat -CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale +CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${SRCTOP}/lib/libc/locale NO_PIC= WARNS?= 0 |
