]> granicus.if.org Git - libtirpc/commit
Don't link against libnsl
authorThorsten Kukuk <kukuk@suse.de>
Wed, 29 Apr 2015 16:12:32 +0000 (12:12 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 29 Apr 2015 21:06:04 +0000 (17:06 -0400)
commitde03fa520e35cb90773d527ceef014421892e5ae
tree7a9b8f5e81a7abecd0202fab4d0f4bad79720951
parent7864122e61ffe4db1aa8ace89117358a1e3a391b
Don't link against libnsl

all source files containing references to yp_get_default_domain
are disabled in the Makefile and will never be compiled.
As long as we don't change that, we shouldn't link libtirpc against
libnsl.

Since libnsl uses RPC functions, this could lead to a dependency loop
in worst case on some systems.

Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac