From 1d859d6117e43110e7b202d6c26cdcf3c189e389 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 14 Jun 2005 17:13:53 +0000 Subject: [PATCH] - added comment to sparc utimes() workaround; sparc64 userland is not affected Changed files: sudo.spec -> 1.93 --- sudo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sudo.spec b/sudo.spec index d83109c..72d374f 100644 --- a/sudo.spec +++ b/sudo.spec @@ -119,7 +119,10 @@ cp -f /usr/share/automake/config.sub . %{__libtoolize} %{__aclocal} %{__autoconf} -%ifarch sparc sparc64 +# sparc64 2.4.x kernels have buggy sys32_utimes(somefile, NULL) syscall +# it's fixed in >= 2.4.31-0.3, but keep workaround not to require very +# fresh kernel +%ifarch sparc sparcv9 export ac_cv_func_utimes=no %endif %configure \ -- 2.44.0