mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Build libscrypt in addition to libdescrypt if RELEASEDIR is set.
Releases do need both libraries (they go into different distributions).
This commit is contained in:
parent
1ce9bf88c3
commit
7c2f56cca5
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@ SUBDIR+= libc libcompat libcom_err libcurses libedit \
|
|||
SUBDIR+= libcrypt
|
||||
.else
|
||||
SUBDIR+= ../secure/lib/libcrypt
|
||||
.if defined(RELEASEDIR)
|
||||
# releases do need both libraries
|
||||
SUBDIR+= libcrypt
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !exists(../secure) || defined(NOSECURE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue