SOURCES: coreutils-euidaccess.patch (NEW) - build fix for glibc-2....
pluto
pluto at pld-linux.org
Sun Feb 12 14:47:19 CET 2006
Author: pluto Date: Sun Feb 12 13:47:19 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- build fix for glibc-2.4/gcc-4.x.
---- Files affected:
SOURCES:
coreutils-euidaccess.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/coreutils-euidaccess.patch
diff -u /dev/null SOURCES/coreutils-euidaccess.patch:1.1
--- /dev/null Sun Feb 12 14:47:19 2006
+++ SOURCES/coreutils-euidaccess.patch Sun Feb 12 14:47:14 2006
@@ -0,0 +1,11 @@
+--- coreutils-5.2.1/src/test.c.orig 2004-01-21 23:27:02.000000000 +0100
++++ coreutils-5.2.1/src/test.c 2006-02-12 14:43:49.039380500 +0100
+@@ -121,7 +121,7 @@
+ test_exit (TEST_FAILURE);
+ }
+
+-#if HAVE_SETREUID && HAVE_SETREGID
++#if HAVE_SETREUID && HAVE_SETREGID && !HAVE_EUIDACCESS
+ /* Do the same thing access(2) does, but use the effective uid and gid. */
+
+ static int
================================================================
More information about the pld-cvs-commit
mailing list