100-no-selftest.patch 409 B

1234567891011121314
  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. -LDIRT = gen_crc32table crc32table.h crc32selftest
  7. +LDIRT = gen_crc32table crc32table.h
  8. -default: crc32selftest ltdepend $(LTLIBRARY)
  9. +default: ltdepend $(LTLIBRARY)
  10. crc32table.h: gen_crc32table.c
  11. @echo " [CC] gen_crc32table"