[InterNetNews/inn] b6efc0: sqlite3.m4: Fix cross compilation
Julien ÉLIE
noreply at github.com
Mon Oct 27 21:38:43 UTC 2025
Branch: refs/heads/main
Home: https://github.com/InterNetNews/inn
Commit: b6efc0bfd87bbff47d5961bdd20c5965e6c37feb
https://github.com/InterNetNews/inn/commit/b6efc0bfd87bbff47d5961bdd20c5965e6c37feb
Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
Date: 2025-10-27 (Mon, 27 Oct 2025)
Changed paths:
M m4/sqlite3.m4
M support/getrra-c-util
Log Message:
-----------
sqlite3.m4: Fix cross compilation
sqlite3 version check uses AC_RUN_IFELSE without a cross compilation
argument, which makes cross builds from source fail.
Thanks to Helmut Grohne for the bug report on the Debian Bug Tracking
System (bug 1119126).
We now just use the upstream sqlite.m4 version from rra-c-util which
calls pkg-config if available or the AC_SEARCH_LIBS macro if not.
To unsubscribe from these emails, change your notification settings at https://github.com/InterNetNews/inn/settings/notifications
More information about the inn-committers
mailing list