[vlc-devel] [PATCH 2/2] contrib: libtasn1: disable documentation generation
Robert Mourning
robedmo.git at gmail.com
Fri Jun 2 03:09:34 CEST 2017
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.
---
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 d028e70..219d837 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 $@
--
2.7.4
More information about the vlc-devel
mailing list