diff options
author | Andreas Schwab <schwab@suse.de> | 2018-07-18 17:30:19 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2018-09-24 10:23:10 +0200 |
commit | 462d348caa16843594d8f23170ba7b635d2df220 (patch) | |
tree | 07f64fa4ba62cd684a76b9103a3fb281d73b920b /INSTALL | |
parent | f0458cf4f9ff3d870c43b624e6dccaaf657d5e83 (diff) | |
download | glibc-462d348caa16843594d8f23170ba7b635d2df220.tar glibc-462d348caa16843594d8f23170ba7b635d2df220.tar.gz glibc-462d348caa16843594d8f23170ba7b635d2df220.tar.bz2 glibc-462d348caa16843594d8f23170ba7b635d2df220.zip |
Don't build libnsl for new ABIs
For architectures and ABIs that are added in version 2.29 or later the
option --enable-obsolete-nsl is no longer available, and no libnsl
compatibility library is built.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -227,7 +227,10 @@ if 'CFLAGS' is specified it must enable optimization. For example: By default, libnsl is only built as shared library for backward compatibility and the NSS modules libnss_compat, libnss_nis and libnss_nisplus are not built at all. Use this option to enable - libnsl with all depending NSS modules and header files. + libnsl with all depending NSS modules and header files. For + architectures and ABIs that have been added after version 2.28 of + the GNU C Library this option is not available, and the libnsl + compatibility library is not built. '--disable-crypt' Do not install the passphrase-hashing library 'libcrypt' or the |