diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:24:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:24:28 +0000 |
commit | 9d765a14fc0debd2c57e0c7885bec097f67fcb24 (patch) | |
tree | 993a0f627ca7d476739c81185843841b1f3b8998 /debian/rules | |
parent | Releasing progress-linux version 2.40.1-6~progress7.99u1. (diff) | |
download | util-linux-9d765a14fc0debd2c57e0c7885bec097f67fcb24.tar.xz util-linux-9d765a14fc0debd2c57e0c7885bec097f67fcb24.zip |
Merging debian version 2.40.1-7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 83b90e8..d77c4b9 100755 --- a/debian/rules +++ b/debian/rules @@ -53,6 +53,11 @@ CONFOPTS += --disable-hwclock-gplv3 # Reduce setgid programs (cf. CVE-2024-28085) CONFOPTS += --disable-use-tty-group +ifeq ($(DEB_HOST_ARCH),hurd-i386) +# hurd porters plan to drop 32bit before 2038 + CONFOPTS += --disable-year2038 +endif + # Get the list of binary package, except lib* and *-udeb, from # debian/control instead of hardcoding the list when installing # bash-completions below. |