summaryrefslogtreecommitdiff
path: root/package/xfsprogs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 22:25:06 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 22:27:25 +0200
commit00b007d68d5dc0b30913b8a9520be18b26d09ce5 (patch)
tree189f0907e9e2cd5c672c3937ae82cb6bd826567b /package/xfsprogs
parentdf49f6fc09c7677538a6ddd806cd43df522627b0 (diff)
xfsprogs: disable self-test
Diffstat (limited to 'package/xfsprogs')
-rw-r--r--package/xfsprogs/patches/patch-libxfs_Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/package/xfsprogs/patches/patch-libxfs_Makefile b/package/xfsprogs/patches/patch-libxfs_Makefile
index fc5b09f5e..f7fe1ddf3 100644
--- a/package/xfsprogs/patches/patch-libxfs_Makefile
+++ b/package/xfsprogs/patches/patch-libxfs_Makefile
@@ -1,6 +1,14 @@
--- xfsprogs-4.3.0.orig/libxfs/Makefile 2015-09-22 03:42:41.000000000 +0200
-+++ xfsprogs-4.3.0/libxfs/Makefile 2015-11-27 06:25:52.000000000 +0100
-@@ -111,7 +111,7 @@ default: crc32selftest ltdepend $(LTLIBR
++++ xfsprogs-4.3.0/libxfs/Makefile 2016-09-24 11:13:46.701585463 +0200
+@@ -105,13 +105,13 @@ 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"