]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ddns
ddns: Import upstream patch for NoIP.com
[people/pmueller/ipfire-2.x.git] / lfs / ddns
index a6ca2e35d312d1cb966667b4edbc496ce68fade0..8bfa92f776d65ad8261df342b3b079301113c42a 100644 (file)
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -71,6 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
+       # Add upstream patch for fixing noip.com
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ddns-012-noip-rename-provider.patch
+
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \