summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 05:24:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 05:24:28 +0000
commit8ef7c6804c940e89057e1c924d8e874b3e3d883e (patch)
tree774fe2bae52de182e5f76d408d4e67cf09ebc469 /debian/rules
parentAdding debian version 2.40.1-6. (diff)
downloadutil-linux-8ef7c6804c940e89057e1c924d8e874b3e3d883e.tar.xz
util-linux-8ef7c6804c940e89057e1c924d8e874b3e3d883e.zip
Adding debian version 2.40.1-7.debian/2.40.1-7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
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.