[packages/coreutils] Don't disable past 2038 year support.

arekm arekm at pld-linux.org
Fri Oct 1 22:08:56 CEST 2021


commit 885afde77fd9b3c2a242cd2e6d05e5ed3e5492b5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Oct 1 22:08:50 2021 +0200

    Don't disable past 2038 year support.

 coreutils.spec | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/coreutils.spec b/coreutils.spec
index 86dfb36..50005d6 100644
--- a/coreutils.spec
+++ b/coreutils.spec
@@ -174,8 +174,7 @@ build-aux/gen-lists-of-programs.sh --automake > src/cu-progs.mk
 	%{?with_multicall:--enable-single-binary=symlinks} \
 	--disable-silent-rules \
 	--enable-install-program=arch \
-	--enable-no-install-program=hostname,kill,uptime \
-	--disable-year2038
+	--enable-no-install-program=hostname,kill,uptime
 
 %{__make} -j1
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/coreutils.git/commitdiff/885afde77fd9b3c2a242cd2e6d05e5ed3e5492b5



More information about the pld-cvs-commit mailing list