]> git.pld-linux.org Git - packages/sudo.git/commitdiff
- added comment to sparc utimes() workaround; sparc64 userland is not affected
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Jun 2005 17:13:53 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sudo.spec -> 1.93

sudo.spec

index d83109cc2e07731720fac509fee690d88e960cee..72d374f93bb7987fc398cd6961df252b169a86b0 100644 (file)
--- 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 \
This page took 0.643942 seconds and 4 git commands to generate.