summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
authorMichael Lass2017-09-12 20:53:49 +0200
committerMichael Lass2017-09-12 20:53:49 +0200
commit8adb64a0d1f0e6b33552a1e2bc0eb5db310ffaa4 (patch)
tree73da7ed2f2b5b4e30e47b6c9ff2712a364569c2d /dkms.conf
parentd51ad4d52507c66d3b62dfb0e12c4893e1f5a905 (diff)
downloadaur-8adb64a0d1f0e6b33552a1e2bc0eb5db310ffaa4.tar.gz
Fix build with Linux 4.13
Also remove GCC workaround as the underlying bug was fixed.
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/dkms.conf b/dkms.conf
index d0d52972b459..6cc5af1f6772 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -14,6 +14,5 @@ MAKE[0]="(./configure --prefix=/usr \
--disable-fuse-client \
--with-linux-kernel-packaging \
--with-linux-kernel-headers=${kernel_source_dir} \
- && echo '#define STRUCT_GROUP_INFO_HAS_GID' >> src/config/afsconfig.h \
&& make ${MAKEFLAGS} )"
CLEAN="[ ! -f Makefile ] || make clean"