From: Arne Fitzenreiter Date: Tue, 28 Apr 2009 13:13:40 +0000 (+0200) Subject: Patched cyrus-sasl for gcc-4.4.0. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53bc0de9d905982e86f34e1205f1dc80c69a5d0b;p=ipfire-3.x.git Patched cyrus-sasl for gcc-4.4.0. --- diff --git a/lfs/cyrus-sasl b/lfs/cyrus-sasl index 1d446e46e..28c2e9031 100644 --- a/lfs/cyrus-sasl +++ b/lfs/cyrus-sasl @@ -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) \