patch to fix compilation issue on 5.10-rc7 (#135)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user