From 6ea15f922193be5dca4d93e55f5a76610d4670cd Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 2 Apr 2021 10:44:08 +0200 Subject: [PATCH] autofs: Rebuild with --with-libtirpc Fix ./include/rpc_subs.h:19:10: fatal error: rpc/rpc.h: No such file or directory #include ^~~~~~~~~~~ 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 --- autofs.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autofs.be0 b/autofs.be0 index 7be5f1cf2..7174f3fd7 100755 --- a/autofs.be0 +++ b/autofs.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION autofs-5.1.7-0 +# BEE_VERSION autofs-5.1.7-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -54,7 +54,7 @@ build_in_sourcedir #} mee_configure() { - bee_configure --enable-ignore-busy + bee_configure --enable-ignore-busy --with-libtirpc } #mee_build() {