bkuhls
bkuhls
This commit is a follow-up to https://github.com/telmich/gpm/commit/06b00d53d8bd513ad5d262dc94a016c6fbf2d3aa which created libgpm.so but failed to include it in the install target.
Hi, https://github.com/mwclient/mwclient/pull/213 added changes to the URL handling causing these warnings when calling scrape.py: ``` /usr/lib/python2.7/site-packages/mwclient/client.py:377: DeprecationWarning: Specifying host as a tuple is deprecated as of mwclient 0.10.0. Please use...
libsndfile and audiofile both contain mixXX functions in their alac code which lead to symbol name clashes when apps like mpd try to statically link to both audiofile and libsndfile...
By default, CMake assumes that the project is using both C and C++. By explicitly passing 'C' as argument of the project() macro, we tell CMake that only C is...
Fixes build with toolchains without c++.
Fixes https://github.com/heimdal/heimdal/issues/1201
Fixes runtime error: ``` dlopen: /usr/lib/mjpg-streamer/input_uvc.so: undefined symbol: resolutions_help ``` Source: http://lists.busybox.net/pipermail/buildroot/2024-August/759732.html
Use CMAKE_FIND_ROOT_PATH in kodiplatform-config.cmake in order to make it cross-compilation friendly. Signed-off-by: Thomas Petazzoni