Browse Source

libc_r is no longer provided, and on alpha and sparc64, libthr

is (sym)linked to libpthread.  Account for this change and
check for MK_LIBTHR instead of MK_LIBC_R where appropriate.
tags/ggatessh-v1.0.0
ru 19 years ago
parent
commit
699bc8886c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -7,7 +7,7 @@ SUBDIR= ${_ggatec} \
ggatel

.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
.if ${MK_LIBC_R} != "no"
.if ${MK_LIBTHR} != "no"
_ggatec= ggatec
_ggated= ggated
.endif


Loading…
Cancel
Save