]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
lfs/pdns-recursor: Applied a patch that fixes compiling with gcc 4.4.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 14:01:11 +0000 (16:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 14:01:11 +0000 (16:01 +0200)
lfs/pdns-recursor

index ec10dda421d556a680b2c07db08edf20be00c6c2..3199998026f2ed0de745c5a1540172e6d8cfe27c 100644 (file)
@@ -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