This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=b13ca53ebda70ea2eb64618ceedec22fbb7687ef

commit b13ca53ebda70ea2eb64618ceedec22fbb7687ef
Author: Guillem Jover <[email protected]>
AuthorDate: Wed Nov 8 23:53:22 2023 +0100

    Dpkg::Vendor::Debian: Add missing arm64ilp32 to time32 arches
    
    This architecture ABI also defaults to a 32-bit time_t.
---
 scripts/Dpkg/Vendor/Debian.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
index dcc3cc124..ddebd185f 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -219,6 +219,7 @@ sub set_build_features {
     # On musl libc based systems all ports use time64.
     my %time32_arch = map { $_ => 1 } qw(
         arm
+        arm64ilp32
         armeb
         armel
         armhf

-- 
Dpkg.Org's dpkg

Reply via email to