1
0
Fork 0
mirror of https://github.com/thkukuk/libnsl.git synced 2025-12-05 22:47:22 +00:00
This library contains the public client interface for NIS(YP) and NIS+ in a IPv6 ready version
Find a file
Johan Herland d6438ee1c4 Minor tweaks to libnsl.pc.in
This uses the examples from https://tecnocode.co.uk/2014/12/09/a-checklist-for-writing-pkg-config-files/ to make libnsl.pc.in more closely follow common conventions for `.pc.in` files.

Specifically, we want the `-L` flag to reuse the `${libdir}` variable rather than using the `@libdir@` placeholder directly, as this eases downstream rewrites/adjustments of this file.
2025-09-16 14:27:48 +02:00
.github/workflows CI: use checkout@v4, add newer compiler versions 2025-01-29 08:29:01 +01:00
ci CI: install libtirpc devel package 2025-01-29 08:21:35 +01:00
po Release version 2.0.1 2023-10-13 10:59:30 +02:00
src do_ypcall: replace inet_ntoa by inet_ntop 2025-01-29 08:17:37 +01:00
.gitignore Release version 1.3 2020-07-06 12:01:37 +02:00
ABOUT-NLS Update to gettext 0.20.2x 2020-07-06 11:46:57 +02:00
AUTHORS First import of ported code 2015-06-26 10:02:46 +02:00
autogen.sh Use autopoint instead of gettextize (#13) 2021-08-16 13:09:51 +02:00
configure.ac Release version 2.0.1 2023-10-13 10:59:30 +02:00
COPYING First import of ported code 2015-06-26 10:02:46 +02:00
INSTALL Update for newer automake 2020-03-03 15:48:56 +01:00
libnsl.pc.in Minor tweaks to libnsl.pc.in 2025-09-16 14:27:48 +02:00
Makefile.am Don't package obsolete ChangeLog 2020-07-06 11:42:59 +02:00
NEWS Release version 2.0.1 2023-10-13 10:59:30 +02:00
README Remove NIS+ from README 2021-08-16 13:28:44 +02:00

See the file COPYING for copying restrictions.

This package contains the libnsl library. This library contains
the public client interface for NIS(YP).

This code was formerly part of glibc, but is now standalone to
be able to link against TI-RPC for IPv6 support.

The git repository can be found at:
https://github.com/thkukuk/libnsl