mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
DKMS: Disable weak modules
Fedora does not guarantee a stable kABI, so weak modules should be dis- abled. See the dkms man page for a more detailed explanation of the weak module feature. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Gregory Bartholomew <gregory.lee.bartholomew@gmail.com> Closes #9891 Closes #11128 Closes #11242 Closes #11335
This commit is contained in:
parent
d8a09b3a04
commit
e2d952cda0
@ -22,6 +22,7 @@ cat >${filename} <<EOF
|
|||||||
PACKAGE_NAME="${pkgname}"
|
PACKAGE_NAME="${pkgname}"
|
||||||
PACKAGE_VERSION="${pkgver}"
|
PACKAGE_VERSION="${pkgver}"
|
||||||
PACKAGE_CONFIG="${pkgcfg}"
|
PACKAGE_CONFIG="${pkgcfg}"
|
||||||
|
NO_WEAK_MODULES="yes"
|
||||||
PRE_BUILD="configure
|
PRE_BUILD="configure
|
||||||
--prefix=/usr
|
--prefix=/usr
|
||||||
--with-config=kernel
|
--with-config=kernel
|
||||||
|
Loading…
Reference in New Issue
Block a user