summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-12-28 05:14:06 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-12-28 05:23:39 -0500
commitd779705500b4600919b6d5c187afc34870a0d2e5 (patch)
tree8e398579759e40b077acd323a084c478ba0ec122 /eclass/linux-mod.eclass
parentgames-emulation/higan: depend on gtk+[X] (diff)
downloadgentoo-d779705500b4600919b6d5c187afc34870a0d2e5.tar.gz
gentoo-d779705500b4600919b6d5c187afc34870a0d2e5.tar.bz2
gentoo-d779705500b4600919b6d5c187afc34870a0d2e5.zip
linux-mod.eclass: revert adding || die for Modules.symvers
Emergency fix given this apparently broke potentially several packages, at least e.g. virtualbox-modules, and zenpower3 from guru. Fixes: bc0ef44947363a33b5cd9b18bcc0d3c32b808311 Closes: https://bugs.gentoo.org/888679 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r--eclass/linux-mod.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index aea2a38f233e..79c33b34f6df 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -622,7 +622,7 @@ linux-mod_src_compile() {
if [[ ! -f "${srcdir}/.built" ]]; then
cd "${srcdir}" || die
- ln -s "${S}"/Module.symvers Module.symvers || die
+ ln -s "${S}"/Module.symvers Module.symvers
einfo "Preparing ${modulename} module"
if [[ -n ${ECONF_PARAMS} ]]; then
eqawarn "This package relies on the deprecated functionality of econf being called in linux-mod_src_compile (ECONF_PARAMS), which will go away in 30 days (20230107) (https://bugs.gentoo.org/340597)"