Skip the ZFS symbols patch on 5.9+.

It's been deprecated for a while.
This commit is contained in:
Tk-Glitch 2021-02-15 11:38:00 +01:00
parent b3ced983dd
commit dc05e26e3e

View File

@ -1007,7 +1007,7 @@ _tkg_srcprep() {
fi fi
# ZFS fix # ZFS fix
if [ "$_basever" != "59" ]; then if [ "$_basever" = "54" ] || [ "$_basever" = "57" ] || [ "$_basever" = "58" ]; then
if [ -z "$_zfsfix" ]; then if [ -z "$_zfsfix" ]; then
plain "" plain ""
plain "Add back missing symbol for AES-NI/AVX support on ZFS" plain "Add back missing symbol for AES-NI/AVX support on ZFS"