xfsprogs: update to 4.11.0
[openwrt/staging/wigyori.git] / package / utils / xfsprogs / patches / 100-no-selftest.patch
1 --- a/libxfs/Makefile
2 +++ b/libxfs/Makefile
3 @@ -118,9 +118,9 @@ LTLIBS = $(LIBPTHREAD) $(LIBRT)
4 # don't try linking xfs_repair with a debug libxfs.
5 DEBUG = -DNDEBUG
6
7 -LDIRT = gen_crc32table crc32table.h crc32selftest
8 +LDIRT = gen_crc32table crc32table.h
9
10 -default: crc32selftest ltdepend $(LTLIBRARY)
11 +default: ltdepend $(LTLIBRARY)
12
13 crc32table.h: gen_crc32table.c
14 @echo " [CC] gen_crc32table"