Remove the econf call in linux-mod_src_compile as it is
deprecated in later versions of EAPI. There is no current use
of this functionality in the official gentoo repo and will close
a 12 year old bug.

Bug: https://bugs.gentoo.org/340597

Signed-off-by: Mike Pagano <mpag...@gentoo.org>
---
 eclass/linux-mod.eclass | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index ff2294f1e..5655ac73a 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -649,13 +649,6 @@ linux-mod_src_compile() {
    then
      cd "${srcdir}"
      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)"
-       econf ${ECONF_PARAMS} || \
-       die "Unable to run econf ${ECONF_PARAMS}"
-     fi

      # This looks messy, but it is needed to handle multiple variables
      # being passed in the BUILD_* stuff where the variables also have
--
2.37.4


--
Mike Pagano
Gentoo Developer - Kernel Project
E-Mail     : mpag...@gentoo.org
GnuPG FP   : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key : http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index

Attachment: OpenPGP_0x92A6DBEC81F2B137.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to