Add sed hack for F35 onwards

This commit is contained in:
Christopher Brown 2021-09-01 12:08:06 +01:00
parent 0803fb3af9
commit d221ca0032

View File

@ -29,6 +29,8 @@ system kernel interfaces.
%prep %prep
%setup -q %setup -q
# Nasty sed to get it building on F35
sed -i '39 i override undefine V' Makefile
%build %build
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"