diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 17:30:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 17:30:11 +0100 |
commit | d72530b6ebf2009eb2c9f9c7cb6222c140b711b4 (patch) | |
tree | 29c66c8a0f1fb0715c4b9cb922d065f5c8b5fb6a /package/cups/patches/patch-scheduler_auth_c | |
parent | 202e4390b1cad4941c78e7ddef15e9006f6a79ec (diff) |
fix make allmodconfig for alix1c-eglibc
Diffstat (limited to 'package/cups/patches/patch-scheduler_auth_c')
-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 |