Rudi Heitbaum
Rudi Heitbaum
### Describe the bug When compiling for riscv the following Python3 addons fail: - pycryptodome - Pillow3 From my reading the **CFLAGS** are compiled into the Python3 binary and are...
llvm cmake target options are being ignored. Reference - https://gitlab.kitware.com/cmake/cmake/-/blob/master/Help/release/3.20.rst#L297-299 the following code is silently ignored in cmake < 3.20 https://github.com/LibreELEC/LibreELEC.tv/blob/b15ea798953a81ac7233f2455090e8600e0275b8/packages/lang/llvm/package.mk#L52-L53 it causes a fatal error in cmake 3.20 >=...
Update make to allow build with/without Decoder or Encoder. Default to building (as-is currently the case)
- fixes #7559 fix the warning when the working directory is not a git worktree. ``` CMake Warning at CMake/Version.cmake:34 (message): git is not found Call Stack (most recent call...
https://github.com/google/flatbuffers/blob/c92e78a9f841a6110ec27180d68d1f7f2afda21d/CMake/Version.cmake#L6-L7 in the above file the git program is trying to be found and gives the following warning. ``` CMake Warning at CMake/Version.cmake:34 (message): git is not found Call Stack...
Testing done with - https://github.com/gsliepen/tinc/tree/4c6a9a9611442f958c3049a566ac4369653978e9 building tinc 4c6a9a9611442f958c3049a566ac4369653978e9 within a git repo —> errors. The directory `/var/media/DATA/home-rudi/LibreELEC.tv` is the git repo. ``` [71/94] Generating src/include/version_git.h with a custom command fatal:...
update sort order of spl_infos, matching sort order of mainline.
Please do not submit a Pull Request via github. Our project makes use of mailing lists for patch submission and review. For more details please see https://www.denx.de/wiki/U-Boot/Patches The only exception...
In LibreELEC libraries are not always made available in the build /usr/lib directory, if they are not to be shared across all of the environment. The packages “are” expected to...
### I did this Compile with `configure` generates a libcurl.pc with ### correct ``` prefix=/usr exec_prefix=${prefix} libdir=/usr/lib includedir=${prefix}/include supported_protocols="FILE FTP FTPS HTTP HTTPS RTMP RTSP" supported_features="AsynchDNS HSTS HTTP2 HTTPS-proxy IDN...