From: Stefan Schantl Date: Tue, 4 Aug 2009 20:54:52 +0000 (+0200) Subject: Updated pdns-recursor to version 3.1.7.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0749fd311bcf6ab0af4321cbbacb3046ea3cbbec;p=ipfire-3.x.git Updated pdns-recursor to version 3.1.7.1. --- diff --git a/lfs/pdns-recursor b/lfs/pdns-recursor index 6bf355baf..d64c2ba4d 100644 --- a/lfs/pdns-recursor +++ b/lfs/pdns-recursor @@ -25,7 +25,7 @@ include Config PKG_NAME = pdns-recursor -PKG_VER = 3.1.7 +PKG_VER = 3.1.7.1 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) @@ -55,9 +55,7 @@ endef # Top-level Rules ############################################################################### -objects = $(DL_FILE) \ - $(THISAPP)-boost.patch \ - $(THISAPP)-gcc44-fixes.patch +objects = $(DL_FILE) download: $(objects) @@ -81,8 +79,6 @@ $(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)-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