mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove RELEASE_CRUNCH here
If someone wants to subset, they can set MK_ICONV=no. We no longer use it for the release.
This commit is contained in:
parent
435e57a1b9
commit
fddfaafd65
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ CFLAGS+=-I${.CURDIR} -I${SRCDIR} -I${SRCDIR}/regex
|
|||
LIBADD= util ncursesw
|
||||
CFLAGS+= -DUSE_WIDECHAR
|
||||
|
||||
.if ${MK_ICONV} == "yes" && !defined(RESCUE) && !defined(RELEASE_CRUNCH)
|
||||
.if ${MK_ICONV} == "yes" && !defined(RESCUE)
|
||||
CFLAGS+= -DUSE_ICONV
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue