]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/ddns
ddns: Add upstream patch for fixing bug 10815.
[ipfire-2.x.git] / lfs / ddns
index e736e101ce3ce4f4d7a1e1a83a63c130db399528..93f6667e658ea1152735e6435dd53a3c44b4571d 100644 (file)
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -71,6 +71,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ddns/ddns-007-perform-lazy-database-init.patch
+
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \