Catch up with libpthread/support/Makefile.inc,v 1.6 and revert
Makefile.inc1 revisions 1.365 and 1.367: libc_pic.a is no longer necessary to build libpthread.so (ie: libkse.so).
This commit is contained in:
parent
feec6a7a90
commit
3d0d5c76b0
@ -814,8 +814,6 @@ libraries:
|
||||
# gnu/lib/csu, gnu/lib/libgcc and lib/csu must be built before all
|
||||
# shared libraries for ELF.
|
||||
#
|
||||
# lib/libc (libc_pic.a) must be built before lib/libpthread.
|
||||
#
|
||||
_startup_libs= gnu/lib/csu gnu/lib/libgcc
|
||||
.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf)
|
||||
_startup_libs+= lib/csu/${MACHINE_ARCH}-elf
|
||||
@ -824,6 +822,7 @@ _startup_libs+= lib/csu/${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
_prebuild_libs=
|
||||
|
||||
_generic_libs= gnu/lib
|
||||
|
||||
.if exists(${.CURDIR}/kerberos5) && exists(${.CURDIR}/crypto) && \
|
||||
@ -835,9 +834,6 @@ _prebuild_libs+= kerberos5/lib/libroken
|
||||
_generic_libs+= kerberos5/lib
|
||||
.endif
|
||||
|
||||
.if !defined(NOLIBPTHREAD)
|
||||
_prebuild_libs+= lib/libc
|
||||
.endif
|
||||
_prebuild_libs+= lib/libcom_err lib/libcrypt lib/libexpat \
|
||||
lib/libkvm lib/libmd \
|
||||
lib/libncurses lib/libopie lib/libpam lib/libradius \
|
||||
|
Loading…
Reference in New Issue
Block a user