Dash:
[t2.git] / package / filesystem / zfs-fuse / compile.patch.uclibc
blobd4e8da876a785421278d3b69e0ed65c8479aa944
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../zfs-fuse/compile.patch.uclibc
5 # Copyright (C) 2007 - 2016 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- src/SConstruct.vanilla      2007-01-16 09:41:12.000000000 +0000
18 +++ src/SConstruct      2007-01-16 09:41:24.000000000 +0000
19 @@ -10,8 +10,8 @@
20  env = Environment()
22  env['CC'] = 'gcc'
23 -env['LINKFLAGS'] = Split('-pipe -Wall -Werror')
24 -env['CCFLAGS'] = Split('-pipe -Wall -Werror -std=c99 -Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\\"zfs-fuse\\"')
25 +env['LINKFLAGS'] = Split('-pipe -Wall')
26 +env['CCFLAGS'] = Split('-pipe -Wall -std=c99 -Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\\"zfs-fuse\\"')
28  debug = int(ARGUMENTS.get('debug', '1'))
30 --- src/lib/libnvpair/nvpair.c.vanilla  2007-01-16 09:40:13.000000000 +0000
31 +++ src/lib/libnvpair/nvpair.c  2007-01-16 09:40:16.000000000 +0000
32 @@ -26,7 +26,7 @@
36 -#include <sys/stropts.h>
37 +//#include <sys/stropts.h>
38  #include <sys/debug.h>
39  #include <sys/isa_defs.h>
40  #include <sys/int_limits.h>
41 --- src/lib/libnvpair/nvpair_alloc_fixed.c.vanilla      2007-01-16 09:40:47.000000000 +0000
42 +++ src/lib/libnvpair/nvpair_alloc_fixed.c      2007-01-16 09:40:50.000000000 +0000
43 @@ -26,7 +26,7 @@
47 -#include <sys/stropts.h>
48 +//#include <sys/stropts.h>
49  #include <sys/isa_defs.h>
50  #include <sys/nvpair.h>
51  #include <sys/sysmacros.h>
52 --- src/SConstruct.vanilla      2007-01-18 19:23:17.000000000 +0000
53 +++ src/SConstruct      2007-01-18 19:23:34.000000000 +0000
54 @@ -11,7 +11,7 @@
56  env['CC'] = 'gcc'
57  env['LINKFLAGS'] = Split('-pipe -Wall')
58 -env['CCFLAGS'] = Split('-pipe -Wall -std=c99 -Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\\"zfs-fuse\\"')
59 +env['CCFLAGS'] = Split('-pipe -Wall -std=c99 -Ilibintl -Wno-missing-braces -Wno-parentheses -Wno-uninitialized -fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DTEXT_DOMAIN=\\"zfs-fuse\\"')
61  debug = int(ARGUMENTS.get('debug', '1'))
63 --- /dev/null
64 +++ src/libintl/libintl.h       2007-01-18 19:30:36.000000000 +0000
65 @@ -0,0 +1,4 @@
66 +#define gettext(str) str
67 +#define dgettext(dom,str) str
68 +#define textdomain(arg) 0
69 +#warning here