]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/ddns
ddns: Import rename NoIP.com handle back to no-ip.com patch
[ipfire-2.x.git] / lfs / ddns
index a6ca2e35d312d1cb966667b4edbc496ce68fade0..47817c0587c34598b572e2144431becceee1c847 100644 (file)
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -71,6 +71,10 @@ $(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) && patch -Np1 < $(DIR_SRC)/src/patches/ddns-012-noip-fix-handle-name.patch
+
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \