]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ddns
ddns: Add upstream patch to fix a typo for FreeDNSAfraid.org provider
[people/pmueller/ipfire-2.x.git] / lfs / ddns
index b1d0f2dbb998c7e9297d9c6e9edc24ba7122da4e..873f927afb62ec1201e4ea2da3801496faa51928 100644 (file)
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
        # Apply upstream patches.
-       # No upstream patches at the moment.
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-014-freednsafraid-fix-typo.patch
 
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
        cd $(DIR_APP) && ./configure \