aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/xfsprogs/patches/100-no-selftest.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-05-09 15:20:23 +0200
committerFelix Fietkau <nbd@nbd.name>2017-05-25 19:01:07 +0200
commit3c7a99ea90fef77455cf79ddfc3fd737961843e8 (patch)
treebafef46c3f8eaba10ce4366e7361d24b7a24eefd /package/utils/xfsprogs/patches/100-no-selftest.patch
parentd7a3120cdcc1aeed5a95636803d250e35ba8706e (diff)
downloadupstream-3c7a99ea90fef77455cf79ddfc3fd737961843e8.tar.gz
upstream-3c7a99ea90fef77455cf79ddfc3fd737961843e8.tar.bz2
upstream-3c7a99ea90fef77455cf79ddfc3fd737961843e8.zip
xfsprogs: update to 4.11.0
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/utils/xfsprogs/patches/100-no-selftest.patch')
-rw-r--r--package/utils/xfsprogs/patches/100-no-selftest.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/utils/xfsprogs/patches/100-no-selftest.patch b/package/utils/xfsprogs/patches/100-no-selftest.patch
new file mode 100644
index 0000000000..2270166753
--- /dev/null
+++ b/package/utils/xfsprogs/patches/100-no-selftest.patch
@@ -0,0 +1,14 @@
+--- a/libxfs/Makefile
++++ b/libxfs/Makefile
+@@ -118,9 +118,9 @@ LTLIBS = $(LIBPTHREAD) $(LIBRT)
+ # don't try linking xfs_repair with a debug libxfs.
+ DEBUG = -DNDEBUG
+
+-LDIRT = gen_crc32table crc32table.h crc32selftest
++LDIRT = gen_crc32table crc32table.h
+
+-default: crc32selftest ltdepend $(LTLIBRARY)
++default: ltdepend $(LTLIBRARY)
+
+ crc32table.h: gen_crc32table.c
+ @echo " [CC] gen_crc32table"