patch to fix compilation issue on 5.10-rc7 (#135)

This commit is contained in:
lr1729
2020-12-08 02:58:17 -08:00
committed by GitHub
parent 14065d6856
commit df574a78ab
3 changed files with 19 additions and 1 deletions

View File

@@ -363,6 +363,11 @@ _tkg_srcprep() {
tkgpatch="$srcdir/0012-misc-additions.patch" && _tkg_patcher
fi
if [ "$ver510" = "rc7" ] && [ "$_basever" = "510" ]; then
msg2 "Applying 5.10-rc7 compilation patch"
tkgpatch="$srcdir/0013-v5.10-rc7-revert.patch" && _tkg_patcher
fi
# prjc/bmq patch rev
if [ "$_basever" = "58" ] || [ "$_basever" = "57" ]; then
rev=3