mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Disable threaded sort by default
- Fix typo in the NLS support
This commit is contained in:
parent
df5ea0d85b
commit
d826ccd66d
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ sort.1: sort.1.in
|
|||
|
||||
CLEANFILES+= sort.1
|
||||
|
||||
.if !defined(WITHOUT_THREADS)
|
||||
.if defined(WITH_THREADS)
|
||||
CFLAGS+= -DSORT_THREADS
|
||||
LDFLAGS+= -lpthread -lmd
|
||||
MAN_SUB+= -e 's|%%THREADS%%||g'
|
||||
|
|
@ -39,7 +39,7 @@ NLSSRCDIR_${lang}= ${.CURDIR}/nls
|
|||
.endfor
|
||||
.else
|
||||
CFLAGS+= -DWITHOUT_NLS
|
||||
MAN_SUB+= -e 's|%%THREADS%%|\.\\"|g'
|
||||
MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue