1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/xfsprogs/hotfix-noattr.patch
3 # Copyright (C) 2024 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- xfsprogs-6.10.1/io/Makefile.vanilla 2024-09-30 21:27:37.706000000 +0100
15 +++ xfsprogs-6.10.1/io/Makefile 2024-09-30 21:28:33.695000000 +0100
28 +ifeq ($(HAVE_LIBATTR),yes)
29 + CFILES+=fsproperties.c
30 + CFLAGS += -DHAVE_LIBATTR
33 LLDLIBS = $(LIBXCMD) $(LIBHANDLE) $(LIBFROG) $(LIBPTHREAD) $(LIBUUID)
34 LTDEPENDENCIES = $(LIBXCMD) $(LIBHANDLE) $(LIBFROG)
35 LLDFLAGS = -static-libtool-libs
36 --- xfsprogs-6.10.1/io/init.c.vanilla 2024-09-30 21:28:55.115000000 +0100
37 +++ xfsprogs-6.10.1/io/init.c 2024-09-30 21:29:47.044000000 +0100
40 crc32cselftest_init();
48 --- xfsprogs-6.10.1/scrub/phase1.c.vanilla 2024-09-30 21:30:06.969000000 +0100
49 +++ xfsprogs-6.10.1/scrub/phase1.c 2024-09-30 21:36:07.175000000 +0100
52 struct scrub_ctx *ctx)
55 struct fsprops_handle fph = { };
56 char valuebuf[FSPROP_MAX_VALUELEN + 1] = { 0 };
57 size_t valuelen = FSPROP_MAX_VALUELEN;
61 fsprops_free_handle(&fph);