X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fddns;fp=lfs%2Fddns;h=873f927afb62ec1201e4ea2da3801496faa51928;hb=fe6b3e502b1ea2d6b66a2cd157aa842bcb5378e7;hp=b1d0f2dbb998c7e9297d9c6e9edc24ba7122da4e;hpb=f877c07e4d87c09aadc258307db51eba28ffdc1a;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/ddns b/lfs/ddns index b1d0f2dbb9..873f927afb 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) # Apply upstream patches. - # No upstream patches at the moment. + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-014-freednsafraid-fix-typo.patch cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh cd $(DIR_APP) && ./configure \