glusterfs: do not set setuid in install

related to #26600
This commit is contained in:
Jörg Thalheim
2017-06-18 11:50:03 +01:00
parent 4eeefadf4f
commit ecc34cbdb3

View File

@@ -65,6 +65,10 @@ rec {
inherit (s) name version;
inherit buildInputs propagatedBuildInputs;
postPatch = ''
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
'';
patches = [
./glusterfs-use-PATH-instead-of-hardcodes.patch
./glusterfs-fix-unsubstituted-autoconf-macros.patch