diff options
Diffstat (limited to 'package/cups/patches')
-rw-r--r-- | package/cups/patches/patch-scheduler_auth_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/cups/patches/patch-scheduler_auth_c b/package/cups/patches/patch-scheduler_auth_c new file mode 100644 index 000000000..d9892c206 --- /dev/null +++ b/package/cups/patches/patch-scheduler_auth_c @@ -0,0 +1,10 @@ +--- cups-1.4.2.orig/scheduler/auth.c 2009-05-27 00:01:23.000000000 +0200 ++++ cups-1.4.2/scheduler/auth.c 2009-12-30 12:30:13.000000000 +0100 +@@ -57,6 +57,7 @@ + * Include necessary headers... + */ + ++#define _GNU_SOURCE + #include "cupsd.h" + #include <grp.h> + #ifdef HAVE_SHADOW_H |