Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending
on platform.
This commit is contained in:
parent
c60fab8c03
commit
a50767eb92
@ -6,7 +6,12 @@ SUBDIR= ${_ggatec} \
|
||||
${_ggated} \
|
||||
ggatel
|
||||
|
||||
.if ${MK_LIBPTHREAD} != "no"
|
||||
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
|
||||
.if ${MK_LIBC_R} != "no"
|
||||
_ggatec= ggatec
|
||||
_ggated= ggated
|
||||
.endif
|
||||
.elif ${MK_LIBPTHREAD} != "no"
|
||||
_ggatec= ggatec
|
||||
_ggated= ggated
|
||||
.endif
|
||||
|
@ -262,8 +262,14 @@ _calendar= calendar
|
||||
.if ${MK_OPENSSL} != "no"
|
||||
_chkey= chkey
|
||||
_newkey= newkey
|
||||
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
|
||||
.if ${MK_LIBC_R} != "no"
|
||||
_csup= csup
|
||||
.endif
|
||||
.elif ${MK_LIBPTHREAD} != "no"
|
||||
_csup= csup
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MK_HESIOD} != "no"
|
||||
_hesinfo= hesinfo
|
||||
|
Loading…
Reference in New Issue
Block a user