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

index 1d446e46e42a4f395ace0ad39b94c6219317641c..28c2e90315972004c60c918f03667ea5eb21ddda 100644 (file)
@@ -54,7 +54,8 @@ endef
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE)
+objects = $(DL_FILE) \
+         $(THISAPP)-bad-elif.patch
 
 download: $(objects)
 
@@ -76,6 +77,7 @@ $(objects):
 $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-bad-elif.patch
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \