summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin37350 -> 37352 bytes
-rw-r--r--eclass/linux-mod.eclass2
2 files changed, 1 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index cdba641b3945..a5980f94fdd1 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index aea2a38f233e..d14bbf7d9eae 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 # no die for bug #888679
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)"