[vlc-commits] contrib: libtasn1: disable documentation generation
Robert Mourning
git at videolan.org
Sat Jun 3 13:42:18 CEST 2017
vlc | branch: master | Robert Mourning <robedmo.git at gmail.com> | Thu Jun 1 21:09:34 2017 -0400| [30842f2d8d331f3c670975b9150a8112f6fcf6a7] | committer: Jean-Baptiste Kempf
contrib: libtasn1: disable documentation generation
libtasn1 uses help2man to build manpages. If cross-compiling,
help2man will not be able to get --help info from the compiled
binaries. Prevent building docs to avoid this error.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=30842f2d8d331f3c670975b9150a8112f6fcf6a7
---
contrib/src/libtasn1/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/libtasn1/rules.mak b/contrib/src/libtasn1/rules.mak
index d028e7048a..219d837b3c 100644
--- a/contrib/src/libtasn1/rules.mak
+++ b/contrib/src/libtasn1/rules.mak
@@ -20,6 +20,6 @@ endif
$(MOVE)
.libtasn1: libtasn1
- cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
+ cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-doc
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list