FIxed disorder in the comments about library build order.
This commit is contained in:
parent
fac91f241e
commit
7dd5e27cc6
@ -664,13 +664,13 @@ lib-tools:
|
||||
#
|
||||
# csu must be built before all shared libaries for ELF.
|
||||
# libcom_err must be built before libss.
|
||||
# libcrypt must be built before libskey and libkrb.
|
||||
# libcrypt must be built before libkrb and libskey.
|
||||
# libdes must be built before libpam.
|
||||
# libkrb must be built before libpam.
|
||||
# libm must be built before libstdc++.
|
||||
# libmd must be built before libatm, libopie, libradius, libskey,
|
||||
# libtacplus and libcrypt.
|
||||
# libncurses must be built before libdialog, libedit, libreadline.
|
||||
# libmd must be built before libatm, libcrypt, libopie, libradius, libskey,
|
||||
# and libtacplus.
|
||||
# libncurses must be built before libdialog, libedit and libreadline.
|
||||
# libradius must be built before libpam.
|
||||
# libskey must be built before libpam.
|
||||
# libtacplus must be built before libpam.
|
||||
|
Loading…
Reference in New Issue
Block a user