mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
Make sure libc is installed before all other shared libraries. Other
libraries might depend on versioned symbols from libc.
This commit is contained in:
parent
ee9f46615e
commit
d5a857fbbb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169728
@ -7,6 +7,7 @@
|
||||
# built are visible:
|
||||
#
|
||||
# csu must be built before all shared libaries for ELF.
|
||||
# libc must be built before all other shared libraries
|
||||
# libcom_err must be built before libkrb5 and libpam.
|
||||
# libcrypt must be built before libkrb5 and libpam.
|
||||
# libkvm must be built before libdevstat.
|
||||
@ -24,10 +25,10 @@
|
||||
#
|
||||
# Otherwise, the SUBDIR list should be in alphabetical order.
|
||||
|
||||
SUBDIR= ${_csu} libbsm libcom_err libcrypt libelf libkvm msun libmd ncurses \
|
||||
libnetgraph libradius librpcsvc libsbuf libtacplus libutil \
|
||||
SUBDIR= ${_csu} libc libbsm libcom_err libcrypt libelf libkvm msun libmd \
|
||||
ncurses libnetgraph libradius librpcsvc libsbuf libtacplus libutil \
|
||||
${_libypclnt} libalias libarchive ${_libatm} \
|
||||
libbegemot ${_libbluetooth} libbsnmp libbz2 libc \
|
||||
libbegemot ${_libbluetooth} libbsnmp libbz2 \
|
||||
libcalendar libcam libcompat libdevinfo libdevstat libdisk \
|
||||
libedit libexpat libfetch libftpio libgeom ${_libgpib} \
|
||||
libgssapi libipsec \
|
||||
|
Loading…
Reference in New Issue
Block a user