diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:04:25 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:04:25 +0000 |
| commit | f623ad832c105e607f2b637d9477bd2e04ab25bd (patch) | |
| tree | ce3f8bf57421cb959c3dda575f9369c644f4785a | |
| parent | 5695441bc798c0dd1c54181d247ec508c2d01898 (diff) | |
Notes
| -rw-r--r-- | lib/libc_nonshared/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_nonshared/Makefile b/lib/libc_nonshared/Makefile index db4fb32c79227..261828072e74c 100644 --- a/lib/libc_nonshared/Makefile +++ b/lib/libc_nonshared/Makefile @@ -6,7 +6,7 @@ # bsd.lib.mk doesn't have an easy way to express that. MK_PROFILE?=no .include <src.opts.mk> -NO_PIC= +NO_PIC= # -fpic on some platforms, -fPIC on others. CFLAGS+=${PICFLAG} -DPIC -fvisibility=hidden @@ -18,9 +18,9 @@ LIBC_NONSHARED_SRCS= SRCS= __stub.c .if ${MK_ICONV} == "yes" -.PATH: ${.CURDIR}/../libc/iconv +.PATH: ${SRCTOP}/lib/libc/iconv .include "Makefile.iconv" -CFLAGS+=-I${.CURDIR}/../libc/iconv +CFLAGS+=-I${SRCTOP}/lib/libc/iconv .endif SRCS+= ${LIBC_NONSHARED_SRCS} |
