]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
lfs/pdns: Applied a patch that fixes compiling with gcc 4.4.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 13:56:00 +0000 (15:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2009 13:56:00 +0000 (15:56 +0200)
lfs/pdns

index 7b7904628cfe5edb1529e4e85c499f4822da862f..0da4c501905516815b2e326fb3bcf8813a204be3 100644 (file)
--- 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) \