changeset 6326:0e81d51f60ca

* src/opus.mk: disable docs
author John Donoghue <john.donoghue@ieee.org>
date Wed, 20 Jul 2022 09:13:05 -0400
parents ad7b12d96767
children 5c889a89b00f
files src/opus.mk
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/opus.mk	Wed Jul 20 09:08:25 2022 -0400
+++ b/src/opus.mk	Wed Jul 20 09:13:05 2022 -0400
@@ -31,10 +31,8 @@
         $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         $(ENABLE_SHARED_OR_STATIC) \
 	--prefix='$(HOST_PREFIX)' \
+	--disable-doc --disable-extra-programs \
 	&& $(CONFIGURE_POST_HOOK)
     $(MAKE) -C '$(1)' -j '$(JOBS)' $(MXE_DISABLE_PROGS)
     $(MAKE) -C '$(1)' -j 1 install $(MXE_DISABLE_PROGS) $(MXE_DISABLE_DOCS) DESTDIR='$(3)'
-    #rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/opus_*.3
-    #rm -f '$(PREFIX)/$(TARGET)'/share/man/man3/opus.h.3
-    #rm -rf '$(PREFIX)/$(TARGET)'/share/doc/opus/html
 endef