mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
dkms: export IGNORE_CC_MISMATCH=1 in kernel.d hook
This commit is contained in:
parent
6d976e7c8f
commit
9861370eef
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ if [ ! -e /lib/modules/${VERSION}/build/include ] ; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export IGNORE_CC_MISMATCH=1
|
||||||
|
|
||||||
if [ ! -f /lib/modules/${VERSION}/build/scripts/basic/fixdep ] ; then
|
if [ ! -f /lib/modules/${VERSION}/build/scripts/basic/fixdep ] ; then
|
||||||
make -C /lib/modules/${VERSION}/build scripts
|
make -C /lib/modules/${VERSION}/build scripts
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dkms'
|
# Template file for 'dkms'
|
||||||
pkgname=dkms
|
pkgname=dkms
|
||||||
version=2.7.1
|
version=2.7.1
|
||||||
revision=1
|
revision=2
|
||||||
conf_files="/etc/dkms/framework.conf"
|
conf_files="/etc/dkms/framework.conf"
|
||||||
depends="bash kmod gcc make coreutils linux-headers"
|
depends="bash kmod gcc make coreutils linux-headers"
|
||||||
short_desc="Dynamic Kernel Modules System"
|
short_desc="Dynamic Kernel Modules System"
|
||||||
|
|
Loading…
Add table
Reference in a new issue