Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    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