This is an automated email from the git hooks/post-receive script.
nsoffer pushed a commit to branch master in repository sanlock.
commit 0cb0978b7125609443bd69bba2059e68b4b18e14 Author: Albert Esteve aesteve@redhat.com AuthorDate: Wed Nov 9 14:50:54 2022 +0100
README.dev: update prerequisites
Add uuid to the listed prerequisites to avoid the build error due to a missing include:
fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h>
Signed-off-by: Albert Esteve aesteve@redhat.com --- README.dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.dev b/README.dev index 7f3df2c..1bf1d17 100644 --- a/README.dev +++ b/README.dev @@ -3,11 +3,11 @@ Prerequisites
For Fedora/CentOS install the following packages:
- $ sudo yum install -y gcc make libaio-devel libblkid-devel + $ sudo yum install -y gcc make libaio-devel libblkid-devel libuuid-devel
For Ubuntu/Debian install the following packages:
- $ sudo apt install -y gcc make libaio-dev libblkid-dev + $ sudo apt install -y gcc make libaio-dev libblkid-dev uuid-dev
How to test sanlock
sanlock-devel@lists.fedorahosted.org