Browse Source

xfsprogs: disable self-test

Waldemar Brodkorb 9 years ago
parent
commit
00b007d68d
1 changed files with 10 additions and 2 deletions
  1. 10 2
      package/xfsprogs/patches/patch-libxfs_Makefile

+ 10 - 2
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"