xbps-triggers: dkms: set IGNORE_CC_MISMATCH for nvidia modules.
It's stupid to just abort building the dkms modules just because the CC/HOSTCC variables between dkms and kernel don't match.
This commit is contained in:
parent
4e1805598a
commit
84953ff0e2
|
@ -109,6 +109,7 @@ run)
|
|||
|
||||
case "$TARGET" in
|
||||
post-install)
|
||||
export IGNORE_CC_MISMATCH=1
|
||||
add_modules
|
||||
;;
|
||||
pre-remove)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'xbps-triggers'
|
||||
pkgname=xbps-triggers
|
||||
version=0.76
|
||||
version=0.77
|
||||
revision=1
|
||||
noarch=yes
|
||||
bootstrap=yes
|
||||
short_desc="The XBPS triggers for Void Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
homepage="http://www.voidlinux.eu"
|
||||
license="Simplified BSD"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue