From: Michael Tremer Date: Wed, 29 Apr 2009 14:01:11 +0000 (+0200) Subject: lfs/pdns-recursor: 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=2dd6ed9971e32396b162f2de893f799a0124c182;p=ipfire-3.x.git lfs/pdns-recursor: Applied a patch that fixes compiling with gcc 4.4.0. --- diff --git a/lfs/pdns-recursor b/lfs/pdns-recursor index ec10dda42..319999802 100644 --- a/lfs/pdns-recursor +++ b/lfs/pdns-recursor @@ -54,7 +54,8 @@ endef ############################################################################### objects = $(DL_FILE) \ - $(THISAPP)-boost.patch + $(THISAPP)-boost.patch \ + $(THISAPP)-gcc44-fixes.patch download: $(objects) @@ -77,6 +78,7 @@ $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-boost.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-gcc44-fixes.patch cd $(DIR_APP) && LUA=1 LUA_CPPFLAGS_CONFIG= LUA_LIBS_CONFIG=-llua \ make OPTFLAGS= PROFILEFLAGS=-fprofile-use #$(PARALLELISMFLAGS) cd $(DIR_APP) && make install