Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autofs: Rebuild with --with-libtirpc
Fix ./include/rpc_subs.h:19:10: fatal error: rpc/rpc.h: No such file or directory #include <rpc/rpc.h> ^~~~~~~~~~~ libtirpc provides the include files in another directory than glibc did. Add --with-libtirpc so that pkg_config is used to pick up the right include path: $ pkg-config --cflags libtirpc -I/usr/include/tirpc