Hopefully fix alpha and sparc64 builds: on these architectures,

libpthread is provided by src/lib/libc_r.

Also, removed lib/bind from _generic_libs, "lib" will suffice.
Also, removed redundant lib/bind dependency on lib/libpthread
(as lib/bind is not in the _prebuild_libs, it's not needed).

Prodded by:	trhodes@ reporting that des@ is on the flight
This commit is contained in:
Ruslan Ermilov 2004-09-21 21:47:05 +00:00
parent 297800599a
commit e19f6f27a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135553

View File

@ -901,10 +901,11 @@ _prebuild_libs+= lib/libcom_err lib/libcrypt lib/libexpat \
lib/libopie__L lib/libtacplus__L: lib/libmd__L
.if !defined(NO_BIND)
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
_prebuild_libs+= lib/libc_r
.else
_prebuild_libs+= lib/libpthread
_generic_libs+= lib/bind
lib/bind__L: lib/libpthread__L
.endif
.endif
_generic_libs+= lib