Skip the ZFS symbols patch on 5.9+.

It's been deprecated for a while.
master
Tk-Glitch 2021-02-15 11:38:00 +07:00
parent b3ced983dd
commit dc05e26e3e
1 changed files with 1 additions and 1 deletions

@ -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"