From: Stefan Schantl Date: Wed, 14 Oct 2009 21:21:33 +0000 (+0200) Subject: btrfs-progs: Add patches to fix some issures. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d75ca6449dd56dd4731aeceb23c24e4e67c2eaf;p=ipfire-3.x.git btrfs-progs: Add patches to fix some issures. I also change the install directory of the man pages. --- diff --git a/lfs/btrfs-progs b/lfs/btrfs-progs index 5c5727287..33e6ea09b 100644 --- a/lfs/btrfs-progs +++ b/lfs/btrfs-progs @@ -56,7 +56,10 @@ endef ############################################################################### objects = $(DL_FILE) \ - $(THISAPP)-fix-labels.patch + $(THISAPP)-fix-labels.patch \ + $(THISAPP)-build-everything.patch \ + $(THISAPP)-valgrind.patch + download: $(objects) @@ -81,7 +84,9 @@ $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-fix-labels.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-build-everything.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-valgrind.patch cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(PARALLELISMFLAGS) - cd $(DIR_APP) && make bindir=/sbin install + cd $(DIR_APP) && make bindir=/sbin mandir=/usr/share install @rm -rf $(DIR_APP) @$(POSTBUILD)