Skip the ZFS symbols patch on 5.9+.
It's been deprecated for a while.
This commit is contained in:
parent
b3ced983dd
commit
dc05e26e3e
@ -1007,7 +1007,7 @@ _tkg_srcprep() {
|
||||
fi
|
||||
|
||||
# ZFS fix
|
||||
if [ "$_basever" != "59" ]; then
|
||||
if [ "$_basever" = "54" ] || [ "$_basever" = "57" ] || [ "$_basever" = "58" ]; then
|
||||
if [ -z "$_zfsfix" ]; then
|
||||
plain ""
|
||||
plain "Add back missing symbol for AES-NI/AVX support on ZFS"
|
||||
|
Loading…
Reference in New Issue
Block a user