I have noticed that since the release of kodi 18, 
the binary-addons for 32-bit are missing.
In order to build them add this change to the spec file:

@@ -211,6 +211,9 @@
     -DVERBOSE=ON \
 %endif
     -DCMAKE_C_COMPILER=gcc-8 \
+%ifarch %{ix86}
+    -DCMAKE_C_FLAGS=-mavx \
+%endif
     -DCMAKE_CXX_COMPILER=g++-8 \
     -DBUILD_DIR=build \
     -DNEED_SUDO=FALSE \

Regards.
Giacomo

_______________________________________________
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an