mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Make build of libatm depend on existing NOATM conditional.
This commit is contained in:
parent
dd0b8d3c15
commit
5e1847b4d1
1 changed files with 5 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
SUBDIR= ${_csu} libcom_err libcrypt libkvm msun libmd \
|
||||
libncurses libradius librpcsvc libsbuf libtacplus libutil libypclnt \
|
||||
${_compat} libalias libatm ${_libbind} libbz2 libc ${_libc_r} \
|
||||
${_compat} libalias ${_libatm} ${_libbind} libbz2 libc ${_libc_r} \
|
||||
libcalendar libcam libcompat libdevinfo libdevstat ${_libdisk} \
|
||||
libedit libexpat libfetch libform libftpio libgeom ${_libio} libipsec \
|
||||
libipx libisc libmenu ${_libmilter} ${_libmp} ${_libncp} \
|
||||
|
|
@ -47,6 +47,10 @@ _libc_r= libc_r
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(NOATM)
|
||||
_libatm= libatm
|
||||
.endif
|
||||
|
||||
.if !defined(NO_BIND)
|
||||
_libbind= libbind
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue