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=f8aeaeebfebb03a15ab3ad85b55e28617209e421 commit f8aeaeebfebb03a15ab3ad85b55e28617209e421 Author: Guillem Jover <[email protected]> AuthorDate: Thu May 11 02:18:38 2023 +0200 Dpkg::Vendor::Debian: Mark PIE as builtin on hurd-amd64 This new port that is currently being bootstrapped will default to handle PIE enabled builtin in gcc, so we need to let the build flags work accordingly. --- 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 6e5d308ae..d80564356 100644 --- a/scripts/Dpkg/Vendor/Debian.pm +++ b/scripts/Dpkg/Vendor/Debian.pm @@ -241,6 +241,7 @@ sub set_build_features { arm64 armel armhf + hurd-amd64 hurd-i386 i386 kfreebsd-amd64 -- Dpkg.Org's dpkg

