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:
parent
fca3e8d0f0
commit
5361b04b03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user