summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2018-07-23 11:35:16 +0200
committerNiels de Vos <ndevos@redhat.com>2018-07-27 17:37:32 +0000
commit7f7296d1f52f1b4308551fafad4eb22e3855b382 (patch)
treeb754251445e6703f08ef1271a610e8f831248f23 /glusterfs.spec.in
parent35cfc01fa2e395111f7d629f00dc06eecf35a709 (diff)
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 <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 25f7633df06..609331a3d3d 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -760,9 +760,6 @@ make check
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
-# Install include directory
-install -p -m 0644 contrib/uuid/*.h \
- %{buildroot}%{_includedir}/glusterfs/
%if ( 0%{_for_fedora_koji_builds} )
install -D -p -m 0644 %{SOURCE1} \
%{buildroot}%{_sysconfdir}/sysconfig/glusterd