btrfs-progs-0001-no-documentation.patch 745 B

12345678910111213141516171819
  1. Disable documentation build/install, it needs asciidoc
  2. and we don't use it anyway.
  3. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  4. diff -Nura btrfs-progs-v3.14.2.orig/Makefile btrfs-progs-v3.14.2/Makefile
  5. --- btrfs-progs-v3.14.2.orig/Makefile 2014-05-29 21:56:59.000000000 -0300
  6. +++ btrfs-progs-v3.14.2/Makefile 2014-06-17 16:53:29.404520306 -0300
  7. @@ -57,8 +57,8 @@
  8. btrfs_fragment_libs = -lgd -lpng -ljpeg -lfreetype
  9. SUBDIRS =
  10. -BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS)) build-Documentation
  11. -INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS)) install-Documentation
  12. +BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS))
  13. +INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS))
  14. CLEANDIRS = $(patsubst %,clean-%,$(SUBDIRS))
  15. .PHONY: $(SUBDIRS)