Author: charles Date: Sat Jul 19 13:53:52 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix compilation of SO_PEERCRED support
---- Files affected: SOURCES: cups-peercred.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/cups-peercred.patch diff -u /dev/null SOURCES/cups-peercred.patch:1.1 --- /dev/null Sat Jul 19 15:53:53 2008 +++ SOURCES/cups-peercred.patch Sat Jul 19 15:53:47 2008 @@ -0,0 +1,10 @@ +--- cups-1.3.7/scheduler/auth.c.orig 2008-03-20 21:58:16.000000000 +0100 ++++ cups-1.3.7/scheduler/auth.c 2008-07-19 13:13:47.000000000 +0200 +@@ -54,6 +54,7 @@ + * Include necessary headers... + */ + ++#define _GNU_SOURCE + #include "cupsd.h" + #include <grp.h> + #ifdef HAVE_SHADOW_H ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
