Skip to content
Snippets Groups Projects
Commit 67759823 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Merge branch 'patches/glibc-2.26' into 8.0

* patches/glibc-2.26:
  Yp [glibc 2.26]: Support using libtirpc.
parents 33c0e1ab 240b39e2
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,9 @@ AC_MODULE_INIT() ...@@ -5,6 +5,9 @@ AC_MODULE_INIT()
AC_CHECK_LIB(nsl, gethostbyname) AC_CHECK_LIB(nsl, gethostbyname)
# Glibc 2.26 and later don't include the Sun RPC implementation anymore.
PIKE_PKG_CONFIG(libtirpc)
AC_HAVE_HEADERS(sys/types.h rpc/types.h rpc/rpc.h rpc/clnt.h \ AC_HAVE_HEADERS(sys/types.h rpc/types.h rpc/rpc.h rpc/clnt.h \
rpcsvc/ypclnt.h rpcsvc/yp_prot.h,,,[ rpcsvc/ypclnt.h rpcsvc/yp_prot.h,,,[
#ifdef HAVE_RPC_TYPES_H #ifdef HAVE_RPC_TYPES_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment