From: Michael Tremer Date: Wed, 29 Apr 2009 13:56:00 +0000 (+0200) Subject: lfs/pdns: Applied a patch that fixes compiling with gcc 4.4.0. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3298a8db9798ae18210561ae66ed8a0e2f04858;p=ipfire-3.x.git lfs/pdns: Applied a patch that fixes compiling with gcc 4.4.0. --- diff --git a/lfs/pdns b/lfs/pdns index 7b7904628..0da4c5019 100644 --- a/lfs/pdns +++ b/lfs/pdns @@ -55,7 +55,8 @@ endef # Top-level Rules ############################################################################### -objects = $(DL_FILE) +objects = $(DL_FILE) \ + $(THISAPP)-gcc44-fixes.patch download: $(objects) @@ -77,6 +78,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)-gcc44-fixes.patch cd $(DIR_APP) && CPPFLAGS="-DLDAP_DEPRECATED" \ ./configure \ $(CONFIGURE_ARCH) \