PaulHowarth/Blog/2019-02-03

Sunday 3rd February 2019

Local Packages

  • New package perl-Perl-PrereqScanner-NotQuiteLite (0.9902)

  • New package perl-Regexp-Trie (0.02)

  • Fixed FTBFS for gnome-libs (1.4.2) with --as-needed linker flags:

    • The configure script was putting the output of glib-config --libs gmodule into the LDFLAGS variable instead of the LIBS variable, which broke detection of libgmodule

  • I also addressed some compiler warnings:
    • Use _DEFAULT_SOURCE rather than _BSD_SOURCE

    • Some memset() invocations had arguments the wrong way around:

    • #define ZERO(Dbt) memset (&(Dbt), sizeof (DBT), 0)
    • Should have been:
    • #define ZERO(Dbt) memset (&(Dbt), 0, sizeof (DBT))
  • Rebuilt spamass-milter (0.4.0) for the Fedora_30_Mass_Rebuild


Recent