Package: tuxcmd-modules / 0.6.70+ds-6
Metadata
Package | Version | Patches format |
---|---|---|
tuxcmd-modules | 0.6.70+ds-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
02_do_not_install_in_lib64_for_amd64.patch | (download) |
gvfs/Makefile |
4 1 + 3 - 0 ! |
tuxcmd-modules makefiles checks if uname -m returns x86_64 and if yes, modules are installed under /usr/lib64/tuxcmd. They should be installed under /usr/lib/tuxcmd on all archs. |
Fix FTBFS because removal of ARCHIVE_LIBRARY_VERSION.patch | (download) |
libarchive/libarchive.c |
2 1 + 1 - 0 ! |
fix build failure because of removal of archive_library_version. Use ARCHIVE_VERSION_STRING instead. Bug-Debian: http://bugs.debian.org/653233 |
glib single include.patch | (download) |
gvfs/gvfs.c |
2 1 + 1 - 0 ! |
including individual glib headers is no longer supported Include now glib.h directly as including individual glib headers has been deprecated and with glib 2.32 it is now mandatory to include glib.h |
fix FTBFS with gcc 4.7.patch | (download) |
zip/ZipArchive/ZipCollections_stl.h |
16 8 + 8 - 0 ! |
fix ftbfs with gcc 4.7 . Add GCC 4.7 compatibility for ZipArchive |
reproducible build.patch | (download) |
Makefile |
2 2 + 0 - 0 ! |
--- |
cross building.patch | (download) |
gvfs/Makefile |
5 3 + 2 - 0 ! |
make the build cross-buildable |