mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable NLS catalog use in libc if built with WITHOUT_NLS option.
Functions affected: strerror, strsignal, gai_strerror.
This commit is contained in:
parent
8b0349c836
commit
c7e5232438
1 changed files with 2 additions and 0 deletions
|
|
@ -26,7 +26,9 @@ SHLIB_MAJOR= 7
|
|||
WARNS?= 2
|
||||
CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
|
||||
CFLAGS+=-I${.CURDIR}/${LIBC_ARCH}
|
||||
.if ${MK_NLS} != "no"
|
||||
CFLAGS+=-DNLS
|
||||
.endif
|
||||
CLEANFILES+=tags
|
||||
INSTALL_PIC_ARCHIVE=
|
||||
PRECIOUSLIB=
|
||||
|
|
|
|||
Loading…
Reference in a new issue