diff options
Diffstat (limited to 'meta-oe/recipes-support/fuse/fuse-2.8.6/define_GNU_SOURCE.patch')
-rw-r--r-- | meta-oe/recipes-support/fuse/fuse-2.8.6/define_GNU_SOURCE.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fuse/fuse-2.8.6/define_GNU_SOURCE.patch b/meta-oe/recipes-support/fuse/fuse-2.8.6/define_GNU_SOURCE.patch new file mode 100644 index 0000000000..c673a4c639 --- /dev/null +++ b/meta-oe/recipes-support/fuse/fuse-2.8.6/define_GNU_SOURCE.patch | |||
@@ -0,0 +1,12 @@ | |||
1 | Index: fuse-2.8.6/util/fusermount.c | ||
2 | =================================================================== | ||
3 | --- fuse-2.8.6.orig/util/fusermount.c 2011-09-13 00:23:14.000000000 -0700 | ||
4 | +++ fuse-2.8.6/util/fusermount.c 2011-09-25 00:23:53.051019038 -0700 | ||
5 | @@ -7,6 +7,7 @@ | ||
6 | */ | ||
7 | /* This program does the mounting and unmounting of FUSE filesystems */ | ||
8 | |||
9 | +#define _GNU_SOURCE | ||
10 | #include <config.h> | ||
11 | |||
12 | #include "mount_util.h" | ||