From 84953ff0e25b40625aa56809473aad4482dcd7c7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 May 2014 18:15:20 +0200 Subject: [PATCH] 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. --- srcpkgs/xbps-triggers/files/dkms | 1 + srcpkgs/xbps-triggers/template | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xbps-triggers/files/dkms b/srcpkgs/xbps-triggers/files/dkms index 4cb9e57e66c..526d83cd408 100755 --- a/srcpkgs/xbps-triggers/files/dkms +++ b/srcpkgs/xbps-triggers/files/dkms @@ -109,6 +109,7 @@ run) case "$TARGET" in post-install) + export IGNORE_CC_MISMATCH=1 add_modules ;; pre-remove) diff --git a/srcpkgs/xbps-triggers/template b/srcpkgs/xbps-triggers/template index 76ab1d47690..5704f299692 100644 --- a/srcpkgs/xbps-triggers/template +++ b/srcpkgs/xbps-triggers/template @@ -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 " -homepage="http://code.google.com/p/xbps" +homepage="http://www.voidlinux.eu" license="Simplified BSD" do_install() {