From 74e1c51e5b31cfcd5b7c04e68958ee2258bd1361 Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Sat, 19 Jul 2008 13:53:47 +0000 Subject: [PATCH] - fix compilation of SO_PEERCRED support Changed files: cups-peercred.patch -> 1.1 --- cups-peercred.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cups-peercred.patch diff --git a/cups-peercred.patch b/cups-peercred.patch new file mode 100644 index 0000000..46a8dc2 --- /dev/null +++ b/cups-peercred.patch @@ -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 + #ifdef HAVE_SHADOW_H -- 2.44.0