Make sure libc is installed before all other shared libraries. Other

libraries might depend on versioned symbols from libc.
This commit is contained in:
Alexander Kabaev 2007-05-19 04:55:14 +00:00
parent ee9f46615e
commit d5a857fbbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169728

View File

@ -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 \