Remove libattr requirement

RHEL/CentOS 6 supports sys/xattr.h eliminating the need for
libattr-devel as a dependency.

Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: DHE <git@dehacked.net>
Closes #7344 
Closes #7351
This commit is contained in:
DeHackEd
2018-03-27 19:51:33 -04:00
committed by Brian Behlendorf
parent 5152a74088
commit 668173b576
4 changed files with 2 additions and 15 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#include <fcntl.h>
#include <time.h>
#include <unistd.h>
#include <attr/xattr.h>
#include <sys/xattr.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>