X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fddns;h=463ae28a9d2e86ac985112059cc88d4934966ce4;hb=b59da37ee2e5755c93645271ff810d284a014d35;hp=c8348cee2299a1b5bda03ec789a1757d5b1c1baf;hpb=9d9c825b4e2a58bbd9c7636d7eeb37a52f21d9c6;p=ipfire-2.x.git diff --git a/lfs/ddns b/lfs/ddns index c8348cee22..463ae28a9d 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -24,7 +24,7 @@ include Config -VER = 003 +VER = 007 THISAPP = ddns-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9ff8ab5fa716859b51f63b0a241f1337 +$(DL_FILE)_MD5 = 44f63cecc36db0d9ffddfa4bca7983ae install : $(TARGET) @@ -71,8 +71,15 @@ $(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/001-ddns-007-perform-lazy-database-init.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ddns/002-ddns-007-also-open-database-for-search-operations.patch + cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh - cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/var/ipfire + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --sysconfdir=/var/ipfire \ + --disable-manpages + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install