Hi,
I'm trying to migrate nfs-tools, which need tcp-wrappers. I created packages for both and build of tcp-wrappers fails with cannot find -lnsl.
A quick grep of lnsl shows libnsl.h at glibc-2.32/nis and libnsl-2.31.so at gcc for aarch64 and as libnsl.so at glibc
So is libnsl only available for aarch64 architecture?
Should I create a package for libnsl too?
or is it part of glibc and could be published?