]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/ddns
ddns: Import latest upstream patches for ddns-013
[ipfire-2.x.git] / lfs / ddns
index 89ab02e9614b58c5c9b10687170a541fcd2667b6..0e045ddc4c0d8ef9e72475900933cef6871b6dae 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)
 
+       # Apply upstream patches.
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-013-dyfi-use-https.patch
+
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \