]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/texinfo
Merge branch 'next' into temp-c165-development
[people/pmueller/ipfire-2.x.git] / lfs / texinfo
index 4563243f078af7bb6c8e5b9780b5d019aefff150..27a3d06b61472f3a8f485949da9f802f5fe242d6 100644 (file)
@@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) :
 $(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/texinfo-6.8-undo-gnulib-nonnul.patch
        cd $(DIR_APP) && ./configure --prefix=$(PREFIX) --disable-nls
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install