]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
Patched reiser4progs for gcc-4.4.0.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Apr 2009 13:22:09 +0000 (15:22 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Apr 2009 13:22:09 +0000 (15:22 +0200)
lfs/reiser4progs

index 098950f134662e932bc9a268121f025f66e65551..3f389e80c5c6cb6d41311702447cf75097db357b 100644 (file)
@@ -37,7 +37,8 @@ OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE)
+objects = $(DL_FILE) \
+         $(THISAPP)-bad_elif.patch
 
 info:
        $(DO_PKG_INFO)
@@ -56,6 +57,7 @@ $(objects) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-bad_elif.patch
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \