pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/coreutils
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Aug 17 10:05:00 UTC 2023
Modified Files:
pkgsrc/sysutils/coreutils: Makefile.common
Log Message:
coreutils: Ignore y2038 requirement on SunOS/i386.
This platform will be dead by then, 32-bit binaries are currently only required
for PAM modules. For now we just want software to build.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/coreutils/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/coreutils/Makefile.common
diff -u pkgsrc/sysutils/coreutils/Makefile.common:1.28 pkgsrc/sysutils/coreutils/Makefile.common:1.29
--- pkgsrc/sysutils/coreutils/Makefile.common:1.28 Tue Aug 1 11:13:27 2023
+++ pkgsrc/sysutils/coreutils/Makefile.common Thu Aug 17 10:05:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2023/08/01 11:13:27 adam Exp $
+# $NetBSD: Makefile.common,v 1.29 2023/08/17 10:05:00 jperkin Exp $
#
# used by sysutils/coreutils/Makefile
# used by misc/gnuls/Makefile
@@ -52,6 +52,11 @@ CONFIGURE_ENV.SunOS+= ac_cv_func_inotify
CONFIGURE_ENV+= gl_cv_host_operating_system=illumos
.endif
+# Ignore required y2038 support
+.if ${MACHINE_PLATFORM:MSunOS-*-i386}
+CONFIGURE_ENV+= ac_cv_sys_year2038_opts="none needed"
+.endif
+
.if ${MACHINE_PLATFORM:MDarwin-[9].*-*}
CONFIGURE_ENV+= ac_cv_header_sys_acl_h=no jm_cv_func_svid_putenv=yes
.endif
Home |
Main Index |
Thread Index |
Old Index