From 7f7296d1f52f1b4308551fafad4eb22e3855b382 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 23 Jul 2018 11:35:16 +0200 Subject: build: remove uuid from contrib/ Bundling libuuid is not needed anymore, all current distributions provide it now. Some OS's provide their own uuid_*() functions in libc. These may not be fully compatible with libuuid.so found on Linux systems. In that case, either e2fsprogs-libuuid can be installed, or support for the native uuid_*() functions can be added to libglusterfs/src/compat-uuid.h. Change-Id: Icfa48caea81307a3bca549364969c2038911942b Fixes: bz#1607319 Signed-off-by: Niels de Vos --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4b266e544bd..8a192e1eed3 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,6 @@ api/src/gfapi.map cli/src/gluster contrib/argp-standalone/libargp.a contrib/fuse-util/fusermount-glusterfs -contrib/uuid/uuid_types.h extras/geo-rep/gsync-sync-gfid extras/geo-rep/schedule_georep.py extras/snap_scheduler/conf.py -- cgit