Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-CMakeLists.txt_tests-CMakeLists.txt_find-check-via-p.patch | [PATCH] Search for libcheck via pkg-config instead of cmake; use static version Within Debian, only the static libcheck library is shipped. cmake's find script will find that, but not use it correctly since the static library requires additional private libraries and definitions. Getting these via pkg-config is trivial, so switch to using this system instead. |
Mihai Moldovan <ionic@ionic.de> | no | 2020-11-24 | ||
0002-doc_c_Doxyfile.in.in_help-reproducible-builds.patch | [PATCH] Make documentation builds reproducible Doxygen includes the full path to sources in its documentation by default, which makes builds non-reproducible. Instruct it to use the shortest possible path that makes file names unique instead. |
Mihai Moldovan <ionic@ionic.de> | no | 2020-11-24 | ||
0003-Set-CMAKE_SKIP_RPATH-to-TRUE.patch | [PATCH] Set CMAKE_SKIP_RPATH to TRUE When skipping RPATH make doc raise: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/sphinx/config.py", line 368, in eval_config_file execfile_(filename, namespace) File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 150, in execfile_ exec_(code, _globals) File "/home/user/librepo/doc/python/conf.py", line 15, in <module> import librepo File "/home/user/librepo/build/librepo/python/python3/librepo/__init__.py", line 1081, in <module> import librepo._librepo A fix is to set properly LD_LIBRARY_PATH in sphinx env call |
=?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= | no | 2020-11-24 |