patch-libxfs_Makefile 526 B

1234567891011121314
  1. --- xfsprogs-4.13.1.orig/libxfs/Makefile 2017-09-09 02:35:35.000000000 +0200
  2. +++ xfsprogs-4.13.1/libxfs/Makefile 2017-11-25 17:47:45.180739534 +0100
  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 crc32defs.h
  11. @echo " [CC] gen_crc32table"