03-08-2020, 09:25 AM
(This post was last modified: 03-08-2020, 09:27 AM by brent.thierens.)
Well, this is interesting. Since I did not have the PKGBUILD anymore, I edited it again, and now Kodi is working just fine. I've tuned the makepkg.conf to include the native architecture, but that's about it.
This is adapted from the x86 Kodi, so all the necessary files can be found over there.
My makepkg.conf looks like this (only the lines I edited):
The PKGBUILD is attached (because of forum rules, I had to add the txt). This is in addition to the files which are present in the x86_64 repo (https://www.archlinux.org/packages/commu...6_64/kodi/). Can we include the package in the official repositories?
This is adapted from the x86 Kodi, so all the necessary files can be found over there.
My makepkg.conf looks like this (only the lines I edited):
Quote:CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fno-plt"
CXXFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fno-plt"
MAKEFLAGS="-j6"
The PKGBUILD is attached (because of forum rules, I had to add the txt). This is in addition to the files which are present in the x86_64 repo (https://www.archlinux.org/packages/commu...6_64/kodi/). Can we include the package in the official repositories?