From: Jakub Bogusz Date: Tue, 14 Jun 2005 17:13:53 +0000 (+0000) Subject: - added comment to sparc utimes() workaround; sparc64 userland is not affected X-Git-Tag: auto/ac/sudo-1_6_8p9-1~2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=1d859d6117e43110e7b202d6c26cdcf3c189e389;p=packages%2Fsudo.git - added comment to sparc utimes() workaround; sparc64 userland is not affected Changed files: sudo.spec -> 1.93 --- 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 \