[InterNetNews/inn] 72dfe4: sqlite3.m4: Fix cross compilation
Julien ÉLIE
noreply at github.com
Mon Oct 27 22:43:14 UTC 2025
Branch: refs/heads/2.7
Home: https://github.com/InterNetNews/inn
Commit: 72dfe4688f6ab5d79e0f970bfdaf1e2f455d49cd
https://github.com/InterNetNews/inn/commit/72dfe4688f6ab5d79e0f970bfdaf1e2f455d49cd
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 use AC_COMPUTE_INT as this macro works for cross builds, and
check the version against SQLITE_VERSION_NUMBER.
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