Age | Commit message (Collapse) | Author |
|
* use all available CPU cores for compilation
* do not append KERNELRELEASE to make (see man 8 dkms)
* unify use of quotation marks
|
|
The current version of dkms.conf causes issues with pacman's dkms hook
if MAKEFLAGS are not set in makepkg.conf. While it would be possible
to work around this issue, hijacking makepkg.conf like this is probably
not a good idea anyway. If people want to use certain flags for all
build processes, they can globally export MAKEFLAGS in their
environment.
Thanks to seally1186 for tracking down this issue!
|
|
Also remove GCC workaround as the underlying bug was fixed.
|
|
The following error flaws the check for gid in the group_info struct. For now
we just set the corresponding define manually.
/var/lib/dkms/openafs/1.6.20.2/build/conftest.dir/conftest.c:43:8: internal compiler error: Segmentation fault
struct group_info _test; printk("%x\n", &_test.gid);
^~~~~~~~~~
|
|
|