Package: libclamunrar / 1.0.3-1~deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
libclamunrar | 1.0.3-1~deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Add an option to avoid setting RPATH on unix systems.patch | (download) |
CMakeLists.txt |
4 2 + 2 - 0 ! |
add an option to avoid setting rpath on unix systems. RPATH overrides the normal library search path, possibly interfering with local policy and causing problems for multilib, among other issues. Add an option to avoid setting it with letting it enabled by default. Patch-Name: Add-an-option-to-avoid-setting-RPATH-on-unix-systems.patch Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> |
Use either system s tomfastmath library or the built.patch | (download) |
CMakeLists.txt |
15 15 + 0 - 0 ! |
use either system's tomfastmath library or the built-in one. Patch-Name: Use-either-system-s-tomfastmath-library-or-the-built.patch Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> |
Add a version script for libclamunrar and .patch | (download) |
libclamunrar/CMakeLists.txt |
4 4 + 0 - 0 ! |
add a version script for libclamunrar and libclamunrar_iface. Without a version script all symbols will be exported which are public within the libclamunrar* libraries. This is true for the officially exported symbols as well as all the public symbols which are used within libraries and are not inteded for export. There is already a .map preset to limit the exported symbols of libclamunrar and libclamunrar_iface. Use it. Patch-Name: Add-a-version-script-for-libclamunrar-and-.patch Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> |
cargo Remove windows referenfes.patch | (download) |
libclamav_rust/.cargo/vendor/ansi_term/.cargo-checksum.json |
2 1 + 1 - 0 ! |
cargo: remove windows referenfes. The winapi code among other windows related rust code has been removed from the tar archive while repacking the tar ball. The build system still references it it needs to be removed because otherwise cargo will complain about it. Patch-Name: cargo-Remove-windows-referenfes.patch Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> |