]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
btrfs-progs: Add patches to fix some issures.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 14 Oct 2009 21:21:33 +0000 (23:21 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 14 Oct 2009 21:21:33 +0000 (23:21 +0200)
I also change the install directory of the man pages.

lfs/btrfs-progs

index 5c5727287ba235ebb86bb15a98c3ca263f90ae89..33e6ea09b3611ea3ff70c968f80f7c15a10b8a49 100644 (file)
@@ -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)